feat: There is no way the, bug #55865

This commit is contained in:
396572590@qq.com
2022-06-20 18:13:06 +08:00
parent 5467c4ce7c
commit d0a48b3e40
@@ -61,7 +61,10 @@ export default {
}, },
//点击预览 //点击预览
clickButtonTo(attId) { clickButtonTo(attId) {
this.$preview(attId) // 过滤
if(attId.indexOf("ATT_FILE") !== -1){
this.$preview(attId)
}
}, },
answerChang(){} answerChang(){}
}, },