潜在服务商修改
This commit is contained in:
@@ -286,10 +286,14 @@
|
|||||||
message: "操作成功"
|
message: "操作成功"
|
||||||
}).then(async () => {
|
}).then(async () => {
|
||||||
this.goPage('supplierAddResult', { id : res?.data })
|
this.goPage('supplierAddResult', { id : res?.data })
|
||||||
this.clickFlag = true
|
setTimeout(() => {
|
||||||
|
this.clickFlag = true
|
||||||
|
}, 1000)
|
||||||
});
|
});
|
||||||
} finally {
|
} finally {
|
||||||
this.clickFlag = true
|
setTimeout(() => {
|
||||||
|
this.clickFlag = true
|
||||||
|
}, 1000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user