|
@@ -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);
|
|
|
},
|
|
|
// 驳回按钮
|