Browse Source

单独计量删除开放

laiguoran 3 years ago
parent
commit
007a7a1332
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/material_list.js

+ 1 - 1
app/public/js/material_list.js

@@ -1496,7 +1496,7 @@ $(document).ready(() => {
                         if (!select) {
                             return true;
                         }
-                        if (!readOnly && select && materialSelfBase.isEdit(select, 'del')) {
+                        if (!readOnly && select) {
                             return false;
                         } else {
                             return true;