diff --git a/src/views/tool/Instead/index.vue b/src/views/tool/Instead/index.vue index d721fa9..457e69a 100644 --- a/src/views/tool/Instead/index.vue +++ b/src/views/tool/Instead/index.vue @@ -1481,9 +1481,7 @@ import { returnVipDiscountPrice, returnCouponAllPrice, } from "./util.js"; -import { - returnProductCoupAllPrice -} from "./quan_util.js"; +import { returnProductCoupAllPrice } from "./quan_util.js"; //商品数量从0到n每一个对应的价格 let $goodsPayPriceMap = {}; import { $status } from "@/utils/table.js"; @@ -2267,10 +2265,10 @@ export default { [...this.quansSelArr] ); }, - quansConfirm(e,goodsPayPriceMap) { + quansConfirm(e, goodsPayPriceMap) { console.log(e); this.quansSelArr = [...e]; - $goodsPayPriceMap=goodsPayPriceMap + $goodsPayPriceMap = goodsPayPriceMap; }, searchInput(e) { console.log(e); @@ -3574,6 +3572,7 @@ export default { }, reset() { // this.goods.list = []; + this.order.status = ""; this.loading = false; this.table = ""; this.order.list = []; @@ -3947,7 +3946,6 @@ export default { this.$router.replace({ path: "/tool/table_list" }); } else { this.$router.replace({ path: "/tool/Instead/index" }); - this.$router.go(0); // this.reset(); // this.$router.replace({ path: "/tool/Instead/index" }); }