BUG修改

This commit is contained in:
a0049873 2022-11-24 15:57:44 +08:00
parent 704cfb08dd
commit 8b558b5389
1 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* @Author: Light
* @Date: 2022-11-18 11:53:43
* @LastEditors: Light
* @LastEditTime: 2022-11-24 15:43:35
* @LastEditTime: 2022-11-24 15:56:51
* @Description: 告诉大家这是什么
-->
<template>
@ -194,10 +194,11 @@
willApplyCameraBatchDelete([id]).then((res) => {
if (res.data.code == 0) {
message.success('移出成功')
init()
} else {
message.warning('移出失败')
}
init()
}
})
}
}
@ -255,10 +256,11 @@
delApplyCamera([item.id]).then((res) => {
if (res.data.code == 0) {
message.success('撤销成功')
initApply()
} else {
message.warning('撤销失败')
}
initApply()
}
})
break
}
@ -286,10 +288,11 @@
endProcess({ instanceId: instanceId.value }).then((res) => {
if (res.data.code == 0) {
message.success('撤销成功')
initApply()
} else {
message.warning('撤销失败')
}
initApply()
}
visible.value = false
})
}