@@ -1105,6 +1105,9 @@ export default {
}),
},
methods: {
+ orderStartChange(status) {
+ this.getList(false, status);
+ },
// 零售订单完成回调
async handleComplate(row) {
console.log(row);