Browse Source

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

ellisran 7 months ago
parent
commit
256ce9acfe
1 changed files with 1 additions and 0 deletions
  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++) {