@@ -1133,8 +1133,8 @@ export default {
);
},
handlePrint() {
- if (this.selectWordType.length === 0 || !this.hideSelectWord) {
- this.$message.warning("未选中任何词汇或未开启隐藏标记词");
+ if (this.selectWordType.length === 0 && this.hideSelectWord) {
+ this.$message.warning("未选中任何词汇");
return;
}
let MethodName =