Bläddra i källkod

修复详情报错

Memory_LG 7 månader sedan
förälder
incheckning
898431b86a

+ 1 - 1
lawenforcement-ui/src/views/lawenforcement/record/DetailsVue.vue

@@ -121,7 +121,7 @@ export default {
       });
     },
     closeDetail(){
-      this.$emit('close-dialog');
+      this.$emit('closeDialog');
     }
   },
   watch: {

+ 1 - 1
lawenforcement-ui/src/views/lawenforcement/record/index.vue

@@ -745,7 +745,7 @@ export default {
       this.showDialog = true
     },
     detailShowClose() {
-      this.workOrderId = null;
+      this.workOrderId = "";
       this.showDialog = false
     }