浏览代码

变更新增部位台账增加项目特征字段

ellisran 7 月之前
父节点
当前提交
256ce9acfe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/public/js/change_information.js

+ 1 - 0
app/public/js/change_information.js

@@ -5276,6 +5276,7 @@ $(document).ready(() => {
         };
         posSpreadObj.deletePress = function (sheet) {
             if (!sheet.zh_setting) return;
+
             // 暂时仅支持移除数量
             const sel = sheet.getSelections()[0], datas = [];
             for (let iRow = sel.row; iRow < sel.row + sel.rowCount; iRow++) {