|
@@ -1802,6 +1802,7 @@ export default {
|
|
|
if (res.code == 200) {
|
|
|
this.$message.success('撤销成功')
|
|
|
this.getList()
|
|
|
+ this.isItHidden = true;
|
|
|
this.pageDisplay = true
|
|
|
}
|
|
|
})
|
|
@@ -1813,6 +1814,7 @@ export default {
|
|
|
if (res.code == 200) {
|
|
|
this.$message.success('撤销成功')
|
|
|
this.getList()
|
|
|
+ this.isItHidden = true;
|
|
|
this.pageDisplay = true
|
|
|
}
|
|
|
})
|