修改流程配置页面

This commit is contained in:
zhoulingpo
2023-04-21 18:02:46 +08:00
parent ebcdcdf92f
commit 399ef76577
+1 -1
View File
@@ -164,7 +164,7 @@ export default {
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
this.$api.process.deploy({modelId: row.id}).then(res=>{ this.$api.process.deploy({modelId: row.id}).then(res=>{
this.$message.warning(res.message) this.$message.success(res.data.message)
this.queryTablePage() this.queryTablePage()
}) })
}).catch(() => { }).catch(() => {