|
@@ -265,7 +265,7 @@ export default {
|
|
|
billStatus: undefined, // 业务状态
|
|
|
financialStatus: undefined, // 财务状态
|
|
|
buyerRelationType: undefined, // 客户关系
|
|
|
- onlinePayFlag: 1, // 线上订单
|
|
|
+ payOnlineFlag: 1, // 线上订单
|
|
|
cancelStartDate: undefined,
|
|
|
cancelEndDate: undefined
|
|
|
},
|
|
@@ -503,7 +503,7 @@ export default {
|
|
|
this.queryParam.buyerRelationType = undefined
|
|
|
this.queryParam.cancelStartDate = undefined
|
|
|
this.queryParam.cancelEndDate = undefined
|
|
|
- this.queryParam.onlinePayFlag = 1
|
|
|
+ this.queryParam.payOnlineFlag = 1
|
|
|
|
|
|
this.$refs.custList.resetForm()
|
|
|
if (!flag) {
|