【修改】修改弹窗关闭

This commit is contained in:
zhoulingpo
2023-05-15 16:13:32 +08:00
parent d13c4f6e70
commit 41f7451967
@@ -147,6 +147,7 @@ export default {
})
this.$emit('updateList')
}
this.dialogVisible = false
})
} else {
this.$api.report.labelUpdate(this.form).then(res => {
@@ -156,10 +157,13 @@ export default {
message: '更新成功'
})
this.$emit('updateList')
this.dialogVisible = false
}
})
}
this.dialogVisible = false
}else{
}
}
}