|
@@ -1001,9 +1001,9 @@ export default {
|
|
this.mainForm.isPlanOrder = false
|
|
this.mainForm.isPlanOrder = false
|
|
} else if (this.websitNumber === 'FS') {
|
|
} else if (this.websitNumber === 'FS') {
|
|
this.mainForm.isPlanOrder = true
|
|
this.mainForm.isPlanOrder = true
|
|
- } else {
|
|
|
|
- this.mainForm.isPlanOrder = ''
|
|
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ this.mainForm.isPlanOrder = ''
|
|
}
|
|
}
|
|
console.log(policy.type)
|
|
console.log(policy.type)
|
|
if (policy.type == 'PROVISION') {
|
|
if (policy.type == 'PROVISION') {
|