Commit ca8f829e authored by 13841799530's avatar 13841799530

解润东

20220610
查询新增字段查询功能
parent 11812ead
Pipeline #8472 passed with stage
in 5 minutes and 4 seconds
......@@ -269,6 +269,7 @@ export default {
});
},
operation(val, index,item) {
console.log(val)
if(val == 1){
return
}
......@@ -295,7 +296,7 @@ export default {
sessionStorage.setItem('obj',JSON.stringify(obj))
})
.catch(() => {
this.messageList[index].result = 1
item.result = 1
});
},
finish() {
......
......@@ -211,6 +211,8 @@ export default {
endTime:this.endTime,
pageNum:this.page,
pageSize:this.psize,
postName:this.value
}
getFun('patrol/list',obj).then((res)=>{
res.rows.forEach((item)=>{
......
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