Merge remote-tracking branch 'origin/2024年1月24日测试' into 2024年1月24日测试

2024年2月1日V1.0.53.2
liujun 2024-01-31 14:37:32 +08:00
commit 56e85f71ee
1 changed files with 5 additions and 9 deletions

View File

@ -179,15 +179,11 @@ export default {
'/mkmjAreaGate/edit', '/mkmjAreaGate/edit',
this.form this.form
).then((data) => { ).then((data) => {
if (data.code != 0) {
this.$message.warning(data.msg)
} else {
this.$message.success(data.msg) this.$message.success(data.msg)
this.listLoading = false this.listLoading = false
this.dialogFormEdit = false this.dialogFormEdit = false
this.$parent.activeName = 'ListGate' this.$parent.activeName = 'ListGate'
this.$parent.$refs.list.getList() this.$parent.$refs.list.getList()
}
}).catch((e) => { }).catch((e) => {
this.listLoading = false this.listLoading = false
}) })