去除支付完成强制刷新
This commit is contained in:
parent
d9c789da8f
commit
7ff8632af9
|
|
@ -1481,9 +1481,7 @@ import {
|
||||||
returnVipDiscountPrice,
|
returnVipDiscountPrice,
|
||||||
returnCouponAllPrice,
|
returnCouponAllPrice,
|
||||||
} from "./util.js";
|
} from "./util.js";
|
||||||
import {
|
import { returnProductCoupAllPrice } from "./quan_util.js";
|
||||||
returnProductCoupAllPrice
|
|
||||||
} from "./quan_util.js";
|
|
||||||
//商品数量从0到n每一个对应的价格
|
//商品数量从0到n每一个对应的价格
|
||||||
let $goodsPayPriceMap = {};
|
let $goodsPayPriceMap = {};
|
||||||
import { $status } from "@/utils/table.js";
|
import { $status } from "@/utils/table.js";
|
||||||
|
|
@ -2267,10 +2265,10 @@ export default {
|
||||||
[...this.quansSelArr]
|
[...this.quansSelArr]
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
quansConfirm(e,goodsPayPriceMap) {
|
quansConfirm(e, goodsPayPriceMap) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
this.quansSelArr = [...e];
|
this.quansSelArr = [...e];
|
||||||
$goodsPayPriceMap=goodsPayPriceMap
|
$goodsPayPriceMap = goodsPayPriceMap;
|
||||||
},
|
},
|
||||||
searchInput(e) {
|
searchInput(e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
|
|
@ -3574,6 +3572,7 @@ export default {
|
||||||
},
|
},
|
||||||
reset() {
|
reset() {
|
||||||
// this.goods.list = [];
|
// this.goods.list = [];
|
||||||
|
this.order.status = "";
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.table = "";
|
this.table = "";
|
||||||
this.order.list = [];
|
this.order.list = [];
|
||||||
|
|
@ -3947,7 +3946,6 @@ export default {
|
||||||
this.$router.replace({ path: "/tool/table_list" });
|
this.$router.replace({ path: "/tool/table_list" });
|
||||||
} else {
|
} else {
|
||||||
this.$router.replace({ path: "/tool/Instead/index" });
|
this.$router.replace({ path: "/tool/Instead/index" });
|
||||||
this.$router.go(0);
|
|
||||||
// this.reset();
|
// this.reset();
|
||||||
// this.$router.replace({ path: "/tool/Instead/index" });
|
// this.$router.replace({ path: "/tool/Instead/index" });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue