fix 修复 取消oss预览状态修改 图标变化不正常问题

dev
疯狂的狮子Li 3 years ago
parent e5c0ddee59
commit c89da99301

@ -406,9 +406,7 @@ export default {
}).then(() => { }).then(() => {
this.getList() this.getList()
this.$modal.msgSuccess(text + "成功"); this.$modal.msgSuccess(text + "成功");
}).catch(() => { }).catch(() => {})
this.previewListResource = previewListResource !== true;
})
} }
} }
}; };

Loading…
Cancel
Save