This commit is contained in:
BOOL\25024
2025-02-25 17:01:34 +08:00
parent e57f159f2b
commit 39d2dc1fa1

View File

@@ -452,6 +452,7 @@ export default {
turnOffProfitSharing() { turnOffProfitSharing() {
this.profitSharing = false; this.profitSharing = false;
this.orderList = []; this.orderList = [];
this.queryParams = {};
}, },
}, },
created() { created() {