潜在服务商修改

This commit is contained in:
2025-12-08 13:44:29 +08:00
parent 5bc7c6b1e3
commit b9830e80eb

View File

@@ -286,10 +286,14 @@
message: "操作成功"
}).then(async () => {
this.goPage('supplierAddResult', { id : res?.data })
setTimeout(() => {
this.clickFlag = true
}, 1000)
});
} finally {
setTimeout(() => {
this.clickFlag = true
}, 1000)
}
}
},