潜在服务商修改

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

View File

@@ -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)
} }
} }
}, },