Tang 2 سال پیش
والد
کامیت
b7a4897fb6
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/views/financed/arap/index.vue
  2. 2 2
      src/views/financed/components/audit/dislogSet.vue

+ 1 - 1
src/views/financed/arap/index.vue

@@ -182,7 +182,7 @@
     />
     <dislog-set
       :dialogVisible.sync="examineDialogVisible"
-      @search="search(4)"
+      @search="search"
       :info="activeOrderInfoArray"
     ></dislog-set>
     <!-- 坏账设置 -->

+ 2 - 2
src/views/financed/components/audit/dislogSet.vue

@@ -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;