tangning 1 anno fa
parent
commit
b7c25e10b6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/productOperation/modal/detailModal.vue

+ 1 - 1
src/views/productOperation/modal/detailModal.vue

@@ -385,7 +385,7 @@
           {
             field: 'lookAuth',
             componentProps: {
-              disabled: setData.editAuth == 0,
+              disabled: false,
               options: getOptionList('lookAuth', setData.lookAuth),
             },
           },