DESKTOP-0GD05B0\Administrator 2 年之前
父节点
当前提交
2787bcc45a
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/components/zhu-yuan-yi-sheng/yi-zhu-lu-ru/yz-edit/YzEditor.vue

+ 6 - 0
src/components/zhu-yuan-yi-sheng/yi-zhu-lu-ru/yz-edit/YzEditor.vue

@@ -876,6 +876,12 @@ const keyDown = async () => {
   }
 }
 const cydyDrugQuan = async (flag = true) => {
+  if (!isCydy()) {
+    return
+  }
+  if (stringIsBlank(yiZhuData.value.frequCode)) {
+    return
+  }
   let temp = {
     code: yiZhuData.value.frequCode,
     count: frequencyCountMap[yiZhuData.value.frequCode]