Merge remote-tracking branch 'origin/2024年1月24日测试' into 2024年1月24日测试
commit
56e85f71ee
|
@ -179,15 +179,11 @@ export default {
|
||||||
'/mkmjAreaGate/edit',
|
'/mkmjAreaGate/edit',
|
||||||
this.form
|
this.form
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
if (data.code != 0) {
|
this.$message.success(data.msg)
|
||||||
this.$message.warning(data.msg)
|
this.listLoading = false
|
||||||
} else {
|
this.dialogFormEdit = false
|
||||||
this.$message.success(data.msg)
|
this.$parent.activeName = 'ListGate'
|
||||||
this.listLoading = false
|
this.$parent.$refs.list.getList()
|
||||||
this.dialogFormEdit = false
|
|
||||||
this.$parent.activeName = 'ListGate'
|
|
||||||
this.$parent.$refs.list.getList()
|
|
||||||
}
|
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue