Commit 0ea75fda authored by 石盼盼's avatar 石盼盼

审核员--已派工状态下重新派工

parent 2b24c07c
...@@ -307,7 +307,7 @@ export default { ...@@ -307,7 +307,7 @@ export default {
.catch(() => {}) .catch(() => {})
}, },
changeList(data,index){ changeList(data,index){
if(this.curSelectStatus.statustype == 0){ if(this.curSelectStatus.statustype == 0 || this.curSelectStatus.statustype == 3){
this.$set(this.list, index, data) this.$set(this.list, index, data)
this.count = this.count-1 this.count = this.count-1
}else{ }else{
...@@ -412,6 +412,7 @@ export default { ...@@ -412,6 +412,7 @@ export default {
this.isloading = false this.isloading = false
this.loading = false this.loading = false
this.finished = false this.finished = false
this.getWorkers()
}, },
// 获取工单列表 // 获取工单列表
getList () { 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