|
|
@@ -2497,7 +2497,7 @@ export default {
|
|
|
this.$set(this.form, "corpArgreementNo", row.enName);
|
|
|
this.retrievePopupsType = false;
|
|
|
this.bcorpsbankListfun();
|
|
|
- this.finstlbillslistAccBillV1fun(this.appendType);
|
|
|
+ this.finstlbillslistAccBillV1fun('检索');
|
|
|
},
|
|
|
// 检索
|
|
|
retrievalfun() {
|
|
|
@@ -2511,7 +2511,7 @@ export default {
|
|
|
return this.$message.warning("请填写对账单位");
|
|
|
}
|
|
|
console.log("原来的接口");
|
|
|
- this.finstlbillslistAccBillV1fun(this.appendType);
|
|
|
+ this.finstlbillslistAccBillV1fun('检索');
|
|
|
}
|
|
|
},
|
|
|
// 检索弹窗数据
|
|
|
@@ -2639,7 +2639,7 @@ export default {
|
|
|
this.queryData.push(item);
|
|
|
}
|
|
|
}
|
|
|
- if (this.queryData.length == 0) {
|
|
|
+ if (this.queryData.length == 0&&type=='检索') {
|
|
|
this.$message.warning("当前检索暂无数据!");
|
|
|
}
|
|
|
}
|
|
|
@@ -2731,7 +2731,7 @@ export default {
|
|
|
this.queryData.push(item);
|
|
|
}
|
|
|
}
|
|
|
- if (this.queryData.length == 0) {
|
|
|
+ if (this.queryData.length == 0&&type=='检索') {
|
|
|
this.$message.warning("当前检索暂无数据!");
|
|
|
}
|
|
|
}
|