Commit 5fd2d016 authored by 石盼盼's avatar 石盼盼

Merge branch 'spp' into 'master'

Spp

See merge request !26
parents 5855596b ef01cefc
......@@ -307,7 +307,7 @@ export default {
.catch(() => {})
},
changeList(data,index){
if(this.curSelectStatus.statustype == 0){
if(this.curSelectStatus.statustype == 0 || this.curSelectStatus.statustype == 3){
this.$set(this.list, index, data)
this.count = this.count-1
}else{
......@@ -412,6 +412,7 @@ export default {
this.isloading = false
this.loading = false
this.finished = false
this.getWorkers()
},
// 获取工单列表
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