yumeng 2 lat temu
rodzic
commit
a88c0b2bb6

+ 6 - 0
src/views/modules/policy-management/appPoolList.vue

@@ -1126,6 +1126,8 @@
                 this.$set(this.queryByIdList, "projectId", undefined);
                 this.$set(this.queryByIdList, "paymentPort", undefined);
                 this.queryByIdList.accountList = [];
+                this.rebateData = undefined;
+                this.totalAmount = undefined;
                 if (!!value) {
                     var params = {
                         table: "finance_payment_pool,product_id,product_name",
@@ -1154,6 +1156,8 @@
                 this.$set(this.queryByIdList, "projectId", undefined);
                 this.$set(this.queryByIdList, "paymentPort", undefined);
                 this.queryByIdList.accountList = [];
+                this.rebateData = undefined;
+                this.totalAmount = undefined;
                 var params = {
                     table: "finance_payment_pool,product_id,payment_media",
                     groupBy: "payment_media",
@@ -1184,6 +1188,8 @@
                 this.$set(this.queryByIdList, "projectId", undefined);
                 this.$set(this.queryByIdList, "paymentPort", undefined);
                 this.queryByIdList.accountList = [];
+                this.rebateData = undefined;
+                this.totalAmount = undefined;
                 if (!!value) {
                     var params = {
                         advertiserId: this.queryByIdList.advertiserId,

+ 6 - 0
src/views/modules/policy-management/appRecharge.vue

@@ -1191,6 +1191,8 @@
                 this.$set(this.queryByIdList, "projectId", undefined);
                 this.$set(this.queryByIdList, "paymentPort", undefined);
                 this.queryByIdList.accountList = [];
+                this.rebateData = undefined;
+                this.totalAmount = undefined;
 
                 if (!!value) {
                     var params = {
@@ -1220,6 +1222,8 @@
                 this.$set(this.queryByIdList, "projectId", undefined);
                 this.$set(this.queryByIdList, "paymentPort", undefined);
                 this.queryByIdList.accountList = [];
+                this.rebateData = undefined;
+                this.totalAmount = undefined;
                 var params = {
                     table: "finance_payment_pool,product_id,payment_media",
                     groupBy: "payment_media",
@@ -1264,6 +1268,8 @@
                 this.$set(this.queryByIdList, "projectId", undefined);
                 this.$set(this.queryByIdList, "paymentPort", undefined);
                 this.queryByIdList.accountList = [];
+                this.rebateData = undefined;
+                this.totalAmount = undefined;
                 if (!!value) {
                     var params = {
                         advertiserId: this.queryByIdList.advertiserId,