|
@@ -1066,15 +1066,16 @@
|
|
|
this.inputForm.status = '2'
|
|
|
} else if (status === 'agree') {
|
|
|
// 审核同意
|
|
|
- if (this.commonJS.isEmpty(this.inputForm.programId)){
|
|
|
- if (this.$store.state.user.office.name==='总经办'){
|
|
|
- this.inputForm.status= '5'
|
|
|
- }else {
|
|
|
- this.inputForm.status= '2'
|
|
|
- }
|
|
|
- }else {
|
|
|
- this.inputForm.status = '5'
|
|
|
- }
|
|
|
+ // if (this.commonJS.isEmpty(this.inputForm.programId)){
|
|
|
+ // if (this.$store.state.user.office.name==='总经办'){
|
|
|
+ // this.inputForm.status= '5'
|
|
|
+ // }else {
|
|
|
+ // this.inputForm.status= '2'
|
|
|
+ // }
|
|
|
+ // }else {
|
|
|
+ // this.inputForm.status = '5'
|
|
|
+ // }
|
|
|
+ this.inputForm.status = '5'
|
|
|
} else if (status === 'reapply') {
|
|
|
this.inputForm.status = '2'
|
|
|
}
|