|
@@ -1227,6 +1227,7 @@ export default {
|
|
|
this.$message({ type: 'warning', message: `复审日期必须必须在有效期内!` })
|
|
|
return
|
|
|
}
|
|
|
+ this.shenheClose()
|
|
|
workerManagerUpdate(this.getPam()).then(res => {
|
|
|
this.$message({ type: 'success', message: `保存成功!` })
|
|
|
this.guanbi()
|
|
@@ -1247,9 +1248,9 @@ export default {
|
|
|
this.$message({ type: 'warning', message: `复审日期必须必须在有效期内!` })
|
|
|
return
|
|
|
}
|
|
|
+ this.shenheClose()
|
|
|
workerManagerExamineWait(this.getPam()).then(res => {
|
|
|
this.$message({ type: 'success', message: `保存成功!` })
|
|
|
- this.shenheClose()
|
|
|
this.$refs.pageRef.refreshList()
|
|
|
Close_?.()
|
|
|
})
|
|
@@ -1266,9 +1267,9 @@ export default {
|
|
|
this.$message({ type: 'warning', message: `复审日期必须必须在有效期内!` })
|
|
|
return
|
|
|
}
|
|
|
+ this.shenheClose()
|
|
|
workerManagerExamine(this.getPam()).then(res => {
|
|
|
this.$message({ type: 'success', message: `保存成功!` })
|
|
|
- this.shenheClose()
|
|
|
this.$refs.pageRef.refreshList()
|
|
|
Close_?.()
|
|
|
})
|