Commit 43952d8d authored by FangYuePeng's avatar FangYuePeng

申请单位按申请人查询

parent 68791454
...@@ -252,6 +252,7 @@ export default { ...@@ -252,6 +252,7 @@ export default {
page: 1, page: 1,
rows: 10, rows: 10,
applicantName: '', applicantName: '',
applicantUnitName:'',
flag: '', flag: '',
remarks: '' remarks: ''
}, },
...@@ -503,6 +504,7 @@ export default { ...@@ -503,6 +504,7 @@ export default {
page: _this.queryParams.page, page: _this.queryParams.page,
rows: _this.queryParams.rows, rows: _this.queryParams.rows,
applicantName: _this.queryParams.applicantName, applicantName: _this.queryParams.applicantName,
applicantUnitName: _this.queryParams.applicantUnitName,
flag: _this.queryParams.flag, flag: _this.queryParams.flag,
remarks: _this.queryParams.remarks remarks: _this.queryParams.remarks
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment