qukaidi 4 سال پیش
والد
کامیت
7f06fc8cd7
3فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 3 2
      src/views/finance/charge/index.vue
  2. 1 1
      src/views/finance/contrast/index.vue
  3. 2 1
      src/views/finance/payment/index.vue

+ 3 - 2
src/views/finance/charge/index.vue

@@ -939,7 +939,7 @@
                 >
                   <el-option
                     v-for="(dict,index) in businessTypeOption"
-                    :key="dict.index"
+                    :key="index"
                     :label="dict.dictLabel"
                     :value="dict.dictValue"
                   >
@@ -2684,7 +2684,8 @@ export default {
                 this.getList();
                 this.notChange = true;
                 this.doNot = true
-                this.queryParams.fBillstatus = '4'
+                this.$set(this.queryParams,'fBillstatus','4')
+                // this.queryParams.fBillstatus = '4'
                 if (this.Operator == this.Lander) {
                   this.tablefilter = false;
                 }

+ 1 - 1
src/views/finance/contrast/index.vue

@@ -2409,7 +2409,7 @@ export default {
                 this.$message.success("操作成功")
                 this.doNot = true;
                 this.notChange = true;
-                this.$set(this.queryParams,'fBillstatus',4)
+                this.$set(this.queryParams,'fBillstatus','4')
                 // this.queryParams.fBillstatus = '4'
                 if (this.Operator == this.Lander) {
                   this.disappear = false;

+ 2 - 1
src/views/finance/payment/index.vue

@@ -3390,7 +3390,8 @@ export default {
                 this.getList();
                 this.doNot = true;
                 this.notChange = true;
-                this.queryParams.fBillstatus = '4'
+                this.$set(this.queryParams,'fBillstatus','4')
+                // this.queryParams.fBillstatus = '4'
                 if (this.Operator == this.Lander) {
                   this.tablefilter = false;
                 }