售后获取订单过滤0元订单

master
paulGao 2022-01-04 09:20:20 +08:00
parent 5cc48ed462
commit a80c579d8a
2 changed files with 4 additions and 1 deletions

View File

@ -189,7 +189,9 @@ export default {
watch: {
buyType: {
handler(val) {
this.buyType = val;
if (val) {
this.buyType = val;
}
},
immediate: true,
},

View File

@ -147,6 +147,7 @@ export default {
pageNumber: 1,
pageSize: 10,
sort: "createTime",
flowPrice: 1,
order: "desc",
},