浏览代码

解除限制

xuzhancheng 1 天之前
父节点
当前提交
473cb7bf8a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      yudao-ui-admin-vue3/src/components/DynamicReport/SpreadViewer.vue

+ 4 - 4
yudao-ui-admin-vue3/src/components/DynamicReport/SpreadViewer.vue

@@ -487,10 +487,10 @@ const selectWingdings = (item) => {
   
   const { sheet, row, col } = currentCell.value
   const cell = sheet.getCell(row, col)
-  if (!cell.allowEditInCell()){
-    wingdingsDialogVisible.value = false
-    return;
-  }
+  // if (!cell.allowEditInCell()){
+  //   wingdingsDialogVisible.value = false
+  //   return;
+  // }
   // 获取当前单元格的值
   const currentValue = cell.value() || ''