|
@@ -75,9 +75,9 @@
|
|
|
@click="
|
|
|
() => {
|
|
|
if ([2].includes(openType)) {
|
|
|
- formData.examineStatus = 'OK'
|
|
|
+ formData.examineStatus = 'WAIT_WORKER'
|
|
|
} else if ([3].includes(openType)) {
|
|
|
- formData.policyExamineStatus = 'OK'
|
|
|
+ formData.examineStatus = 'OK'
|
|
|
}
|
|
|
shenheBool = true
|
|
|
}
|
|
@@ -90,11 +90,7 @@
|
|
|
type="danger"
|
|
|
@click="
|
|
|
() => {
|
|
|
- if ([2].includes(openType)) {
|
|
|
- formData.examineStatus = 'FAIL'
|
|
|
- } else if ([3].includes(openType)) {
|
|
|
- formData.policyExamineStatus = 'FAIL'
|
|
|
- }
|
|
|
+ formData.examineStatus = 'FAIL'
|
|
|
shenheBool = true
|
|
|
}
|
|
|
"
|