|
@@ -2926,20 +2926,23 @@ export default {
|
|
|
this.innerVisible = false;
|
|
|
this.chargeList_s = [];
|
|
|
this.queryParameter = {
|
|
|
- fCorpid: "",
|
|
|
+ fCorpid: null,
|
|
|
fToCorpid: this.queryParams.fCorpid,
|
|
|
- fMblno: "",
|
|
|
- fStatementNo: "",
|
|
|
- fFeeid: "",
|
|
|
- fBilltype: "",
|
|
|
- fBusinessType: "",
|
|
|
- fVslid: "",
|
|
|
- fVoyid: "",
|
|
|
- timeExamine: "",
|
|
|
- timeInterval: "",
|
|
|
+ fMblno: null,
|
|
|
+ fStatementNo: null,
|
|
|
+ fFeeid: null,
|
|
|
+ fBilltype: null,
|
|
|
+ fBusinessType: null,
|
|
|
+ fVslid: null,
|
|
|
+ fVoyid: null,
|
|
|
+ timeExamine: null,
|
|
|
+ timeInterval: null,
|
|
|
fSystemType: Cookies.get("sysType")
|
|
|
};
|
|
|
this.increase_s = result;
|
|
|
+ this.increase_s.forEach(data => {
|
|
|
+ data.fId = null
|
|
|
+ })
|
|
|
} else {
|
|
|
let i = Number(li) + 1;
|
|
|
Num += i + '、'
|