浏览代码

修复详情报错

Memory_LG 7 月之前
父节点
当前提交
898431b86a

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

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

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

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