去除支付完成强制刷新

This commit is contained in:
YeMingfei666 2024-11-20 16:09:44 +08:00
parent d9c789da8f
commit 7ff8632af9
1 changed files with 4 additions and 6 deletions

View File

@ -1481,9 +1481,7 @@ import {
returnVipDiscountPrice,
returnCouponAllPrice,
} from "./util.js";
import {
returnProductCoupAllPrice
} from "./quan_util.js";
import { returnProductCoupAllPrice } from "./quan_util.js";
//0n
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" });
}