| | |
| | | onLoad(page, params = {}) { |
| | | this.loading = true; |
| | | let param = {}; |
| | | param["jurisdiction"] = params["jurname"] || ""; |
| | | param["fid"] = params["fwname"] || ""; |
| | | param["deptid"] = this.deptid || ""; |
| | | // param["jurisdiction"] = params["jurname"] || ""; |
| | | // param["fid"] = params["fwname"] || ""; |
| | | param["deptid"] = this.deptid; |
| | | param["current"] = page.currentPage; |
| | | param["size"] = page.pageSize; |
| | | selectDis(param).then(res => { |
| | | fwList(param).then(res => { |
| | | const data = res.data.data; |
| | | this.page.total = data.total; |
| | | this.tableData = data.records; |
| | |
| | | object[decodeURIComponent(mm[0])] = decodeURIComponent(mm[1]); |
| | | } |
| | | this.deptid = object["departmentid"] || ""; |
| | | let jurisdiction = object["jurisdiction"] || ""; |
| | | let obj = { jurisdiction: jurisdiction, deptid: this.deptid }; |
| | | this.onLoad(this.page, obj); |
| | | // let jurisdiction = object["jurisdiction"] || ""; |
| | | this.query = { deptid: this.deptid }; |
| | | // this.onLoad(this.page, obj); |
| | | this.onLoad(this.page, this.query); |
| | | } |
| | | }, |