|
@@ -462,8 +462,9 @@ import WfHistory from '@/components/workflow/wfmultihistory.vue'
|
|
|
message: res.data.message
|
|
message: res.data.message
|
|
|
})
|
|
})
|
|
|
} else if (res.data.code === -3) {
|
|
} else if (res.data.code === -3) {
|
|
|
- this.$confirm(res.data.message )
|
|
|
|
|
|
|
+ this.$confirm(res.data.message)
|
|
|
.then(_ => {
|
|
.then(_ => {
|
|
|
|
|
+ console.log('年审审批不到期不允许添加2222')
|
|
|
// this.addannualdirect()
|
|
// this.addannualdirect()
|
|
|
})
|
|
})
|
|
|
.catch(_ => {})
|
|
.catch(_ => {})
|
|
@@ -531,7 +532,7 @@ import WfHistory from '@/components/workflow/wfmultihistory.vue'
|
|
|
message: res.data.message
|
|
message: res.data.message
|
|
|
})
|
|
})
|
|
|
} else if (res.data.code === -3) {
|
|
} else if (res.data.code === -3) {
|
|
|
- this.$confirm(res.data.message )
|
|
|
|
|
|
|
+ this.$confirm(res.data.message)
|
|
|
.then(_ => {
|
|
.then(_ => {
|
|
|
// this.addannualdirect()
|
|
// this.addannualdirect()
|
|
|
})
|
|
})
|