查看bug修复

1212-八项作业迁移
liujun 2023-12-22 15:49:11 +08:00
parent 4f2ce48bb7
commit 40c8761465
1 changed files with 7 additions and 3 deletions

View File

@ -96,9 +96,13 @@ export default {
tm: new Date().getTime() tm: new Date().getTime()
} }
).then((data) => { ).then((data) => {
if (data.code !== '0') {
this.$message.error(data.msg)
} else {
this.$message.success('推送成功') this.$message.success('推送成功')
this.visible = false this.visible = false
this.$emit('refresh', '') this.$emit('refresh', '')
}
}) })
} }
} }