|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
};
|
|
|
this.$api.orderbankpay(c).then((res) => {
|
|
|
this.isShow = false;
|
|
|
- this.$emit("search");
|
|
|
+ this.$emit("search",3);
|
|
|
this.$message({
|
|
|
type: "success",
|
|
|
message: "支付成功!",
|
|
|
@@ -292,7 +292,7 @@ export default {
|
|
|
.updateBatchDivideByEditBo(array)
|
|
|
.then((res) => {
|
|
|
this.isShow = false;
|
|
|
- this.$emit("search");
|
|
|
+ this.$emit("search",4);
|
|
|
})
|
|
|
.finally(() => {
|
|
|
this.disabledBtn = false;
|