mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
售后获取订单过滤0元订单
This commit is contained in:
@@ -189,7 +189,9 @@ export default {
|
||||
watch: {
|
||||
buyType: {
|
||||
handler(val) {
|
||||
if (val) {
|
||||
this.buyType = val;
|
||||
}
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
|
||||
@@ -147,6 +147,7 @@ export default {
|
||||
pageNumber: 1,
|
||||
pageSize: 10,
|
||||
sort: "createTime",
|
||||
flowPrice: 1,
|
||||
order: "desc",
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user