去除支付完成强制刷新
This commit is contained in:
parent
d9c789da8f
commit
7ff8632af9
|
|
@ -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" });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue