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

修改呼叫报表bug

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