|
@@ -512,7 +512,7 @@
|
|
|
:title="title1"
|
|
|
:visible.sync="rejectshow"
|
|
|
width="30%"
|
|
|
- @close="handleClose5">
|
|
|
+ @close="handleClose6">
|
|
|
<span>{{title1=='驳回'?'驳回审核':'通过审核'}}</span>
|
|
|
<div>
|
|
|
<el-input
|
|
@@ -1937,7 +1937,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
rejectclick(){
|
|
|
- if(this.title=='通过'){
|
|
|
+ if(this.title1=='通过'){
|
|
|
this.aduithandle(this.auditdata, 0, true)
|
|
|
}else{
|
|
|
this.aduithandle(this.auditdata, 0, false)
|
|
@@ -2161,7 +2161,7 @@ export default {
|
|
|
handleClose() {
|
|
|
this.aduitshow = false
|
|
|
},
|
|
|
- handleClose5() {
|
|
|
+ handleClose6() {
|
|
|
this.rejectshow = false
|
|
|
},
|
|
|
handleClose3() {
|