|
|
@ -794,7 +794,7 @@ |
|
|
} |
|
|
} |
|
|
issueChange(tempData).then(({data}) => { |
|
|
issueChange(tempData).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this.search() |
|
|
|
|
|
|
|
|
this.refresh() |
|
|
this.$message({message: '操作成功', type: 'success'}) |
|
|
this.$message({message: '操作成功', type: 'success'}) |
|
|
} else { |
|
|
} else { |
|
|
this.$alert(data.msg, '错误', { |
|
|
this.$alert(data.msg, '错误', { |
|
|
|