walter 10 months ago
parent
commit
66b3392ffa
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/point/views/common/examinePopup.vue

+ 4 - 1
src/point/views/common/examinePopup.vue

@@ -320,8 +320,8 @@
     <el-dialog
       title="驳回重填"
       :close-on-click-modal="false"
-      :modal="false"
       :close-on-press-escape="false"
+      :modal="false"
       :show-close="false"
       :visible.sync="showRejectRewrite"
       width="571px"
@@ -663,6 +663,9 @@ export default {
     // 关闭抽屉
     closeDetail() {
       this.infoActiveNames = []
+      this.rejectShow = false
+      this.adoptShow = false
+      this.showRejectRewrite = false
       this.$emit('update:show', false);
     },
     // 驳回按钮