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