Selaa lähdekoodia

单独计量删除开放

laiguoran 3 vuotta sitten
vanhempi
commit
007a7a1332
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;