|
@@ -1583,6 +1583,10 @@
|
|
},
|
|
},
|
|
//我发起列表
|
|
//我发起列表
|
|
getIssueList(e) {
|
|
getIssueList(e) {
|
|
|
|
+ let list = {
|
|
|
|
+
|
|
|
|
+ applyType: "省"
|
|
|
|
+ };
|
|
this.loading2 = true;
|
|
this.loading2 = true;
|
|
this.$http({
|
|
this.$http({
|
|
url: "/market/xcwlProcessImport/queryPage",
|
|
url: "/market/xcwlProcessImport/queryPage",
|
|
@@ -1591,7 +1595,7 @@
|
|
"Content-Type": "application/json",
|
|
"Content-Type": "application/json",
|
|
page: '{"pageNo":"' + this.pageNo + '","pageSize":"10"}',
|
|
page: '{"pageNo":"' + this.pageNo + '","pageSize":"10"}',
|
|
},
|
|
},
|
|
- data:this.searchBox,
|
|
|
|
|
|
+ data:list,
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
this.tableData = res.data.data;
|
|
this.tableData = res.data.data;
|
|
this.tabList[2].number = res.data.totalRecord;
|
|
this.tabList[2].number = res.data.totalRecord;
|