修改bug 55839 问题归档,增加tips,提示归档成功。

This commit is contained in:
hanshaozhuang
2022-06-20 17:25:30 +08:00
parent c9e6b68f49
commit f842d81299
@@ -192,6 +192,7 @@ export default {
}, res => {
if(res.respCode === '200'){
this.$emit('emitInsState',true)
this.$message.success('归档成功')
}
}, e => {
})