Commit 4c570bc2 authored by 王启林's avatar 王启林

修改呼叫报表bug

Signed-off-by: 王启林's avatar王启林 <1940603613@qq.com>
parent e8301298
...@@ -264,10 +264,6 @@ export default { ...@@ -264,10 +264,6 @@ export default {
}, },
//状态 //状态
style: [ style: [
{
key: 0,
name: "排队中",
},
{ {
key: 1, key: 1,
name: "办理中", name: "办理中",
...@@ -280,7 +276,6 @@ export default { ...@@ -280,7 +276,6 @@ export default {
//Form数据列表 //Form数据列表
tableList: [], tableList: [],
obj: { obj: {
0: "排队中",
1: "办理中", 1: "办理中",
4: "办理完成", 4: "办理完成",
}, },
...@@ -380,6 +375,7 @@ export default { ...@@ -380,6 +375,7 @@ export default {
//用户模态框 //用户模态框
async openDeclarant(item) { async openDeclarant(item) {
await getPeopleanalyse({ await getPeopleanalyse({
idcard: item.people_idcard,
peopleid: item.peopleid, peopleid: item.peopleid,
time: this.searchForm.time, time: this.searchForm.time,
}).then((res) => { }).then((res) => {
......
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