高级查询,权利人类型
Showing
3 changed files
with
0 additions
and
3 deletions
| ... | @@ -168,7 +168,6 @@ export default { | ... | @@ -168,7 +168,6 @@ export default { |
| 168 | this.featchData() | 168 | this.featchData() |
| 169 | }, | 169 | }, |
| 170 | async featchData() { | 170 | async featchData() { |
| 171 | this.form.receiveStartTime = "2019-12-11 00:00:00" | ||
| 172 | let {result: res} = await bdcdj.list(this.form); | 171 | let {result: res} = await bdcdj.list(this.form); |
| 173 | console.log(res) | 172 | console.log(res) |
| 174 | this.tableData.data = res.list | 173 | this.tableData.data = res.list | ... | ... |
| ... | @@ -161,7 +161,6 @@ export default { | ... | @@ -161,7 +161,6 @@ export default { |
| 161 | this.featchData() | 161 | this.featchData() |
| 162 | }, | 162 | }, |
| 163 | async featchData() { | 163 | async featchData() { |
| 164 | this.form.startDate = "2019-12-11 00:00:00" | ||
| 165 | let {result: res} = await business.djfcx(this.form); | 164 | let {result: res} = await business.djfcx(this.form); |
| 166 | console.log(res) | 165 | console.log(res) |
| 167 | this.tableData.data = res.list | 166 | this.tableData.data = res.list | ... | ... |
| ... | @@ -160,7 +160,6 @@ export default { | ... | @@ -160,7 +160,6 @@ export default { |
| 160 | this.featchData() | 160 | this.featchData() |
| 161 | }, | 161 | }, |
| 162 | async featchData() { | 162 | async featchData() { |
| 163 | this.form.startDate = "2019-12-11 00:00:00" | ||
| 164 | let {result: res} = await business.diya(this.form); | 163 | let {result: res} = await business.diya(this.form); |
| 165 | res.list.forEach(it=> { | 164 | res.list.forEach(it=> { |
| 166 | let mjdws = this.dicData['A7'].filter(item => item.DCODE === it.MJDW.trim()); | 165 | let mjdws = this.dicData['A7'].filter(item => item.DCODE === it.MJDW.trim()); | ... | ... |
-
Please register or sign in to post a comment