|
@@ -263,11 +263,7 @@ export default {
|
|
|
gateFlag: [ { required: true, message: '请选择规则门槛', trigger: 'change' } ],
|
|
|
discountType: [{ required: true, message: '请选择特价规则', trigger: 'change' }]
|
|
|
},
|
|
|
- setTableData: [{
|
|
|
- provinceValue: undefined,
|
|
|
- cityValue: undefined,
|
|
|
- specialValue: undefined
|
|
|
- }],
|
|
|
+ setTableData: [],
|
|
|
chooseVal: 'a',
|
|
|
openProductsModal: false,
|
|
|
chooseProducts: [],
|
|
@@ -291,6 +287,11 @@ export default {
|
|
|
{ title: '特约直降', scopedSlots: { customRender: 'specialPrice' }, width: '33%', align: 'center' }
|
|
|
]
|
|
|
}
|
|
|
+ _this.setTableData = [{
|
|
|
+ provinceValue: undefined,
|
|
|
+ cityValue: undefined,
|
|
|
+ specialValue: undefined
|
|
|
+ }]
|
|
|
return arr
|
|
|
}
|
|
|
},
|