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