gjy 3 năm trước cách đây
mục cha
commit
46301e4731
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/houseSelfCollect/inspectInfo.vue

+ 2 - 0
src/views/houseSelfCollect/inspectInfo.vue

@@ -466,6 +466,7 @@
               inspectAdd(this.inspect)
                 .toPromise()
                 .then((response) => {
+                  this.checked=false
                   this.$message.success('保存成功')
                   getinspectLook({
                       id: response
@@ -506,6 +507,7 @@
                 .toPromise()
                 .then((response) => {
                   this.$message.success('修改成功')
+                  this.checked=false
                   this.$router.push({
                     path: 'inspectionManagement'
                   })