|
|
@ -665,6 +665,10 @@ export default { |
|
|
|
this.otherFormData.vendCondition = { |
|
|
|
filters:[] |
|
|
|
} |
|
|
|
if(this.otherFormData.statusList.length <= 0){ |
|
|
|
this.$warningMsg("请选择状态"); |
|
|
|
return |
|
|
|
} |
|
|
|
this.loading = true; |
|
|
|
// this.otherFormData.requestType = 2 |
|
|
|
this.splitFormData(this.otherFormData).then( |
|
|
|