|
|
|
@ -1124,8 +1124,8 @@ |
|
|
|
if (data && data.code === 0) { |
|
|
|
issueChange(tempData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
// this.searchTable() |
|
|
|
window.location.reload(); |
|
|
|
this.searchTable() |
|
|
|
//window.location.reload(); |
|
|
|
this.$message({message: '操作成功', type: 'success'}) |
|
|
|
} else { |
|
|
|
this.$alert(data.msg, '错误', { |
|
|
|
@ -1203,8 +1203,8 @@ |
|
|
|
if (data && data.code === 0) { |
|
|
|
submitChange(tempData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
// this.searchTable() |
|
|
|
window.location.reload(); |
|
|
|
this.searchTable() |
|
|
|
// window.location.reload(); |
|
|
|
this.submitModalFlag = false |
|
|
|
this.$message({message: '操作成功', type: 'success'}) |
|
|
|
} else { |
|
|
|
|