潜在服务商修改

This commit is contained in:
zlf
2025-12-08 13:45:22 +08:00
parent 5bc7c6b1e3
commit b9830e80eb
+6 -2
View File
@@ -286,10 +286,14 @@
message: "操作成功"
}).then(async () => {
this.goPage('supplierAddResult', { id : res?.data })
this.clickFlag = true
setTimeout(() => {
this.clickFlag = true
}, 1000)
});
} finally {
this.clickFlag = true
setTimeout(() => {
this.clickFlag = true
}, 1000)
}
}
},