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

This commit is contained in:
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,
},