Commit ac6e152f by yangzhi

fix:工单(查询条件)

parent ec6f9f5d
...@@ -1457,6 +1457,17 @@ export default { ...@@ -1457,6 +1457,17 @@ export default {
'participator', 'participator',
this.userInfo.id, this.userInfo.id,
) )
} else {
this.$set(
this.searchForm,
'leaders',
'',
)
this.$set(
this.searchForm,
'participator',
'',
)
} }
this.statusCode = data.statusCode this.statusCode = data.statusCode
this.getlist() this.getlist()
......
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