gjy %!s(int64=3) %!d(string=hai) anos
pai
achega
46301e4731
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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'
                   })