e62d58a5 by 赵千

高级查询,权利人类型

1 parent bd61ed5a
......@@ -168,7 +168,6 @@ export default {
this.featchData()
},
async featchData() {
this.form.receiveStartTime = "2019-12-11 00:00:00"
let {result: res} = await bdcdj.list(this.form);
console.log(res)
this.tableData.data = res.list
......
......@@ -161,7 +161,6 @@ export default {
this.featchData()
},
async featchData() {
this.form.startDate = "2019-12-11 00:00:00"
let {result: res} = await business.djfcx(this.form);
console.log(res)
this.tableData.data = res.list
......
......@@ -160,7 +160,6 @@ export default {
this.featchData()
},
async featchData() {
this.form.startDate = "2019-12-11 00:00:00"
let {result: res} = await business.diya(this.form);
res.list.forEach(it=> {
let mjdws = this.dicData['A7'].filter(item => item.DCODE === it.MJDW.trim());
......