@@ -8674,6 +8674,9 @@ export default {
if (data.code === 200) {
this.browseStatus = false
this.msgSuccess('撤销成功')
+ this.detailList.map(e => {
+ this.$set(e, 'fItemstatus', 2)
+ })
this.$set(this.form, 'fItemstatus', 2)
}
})