tangning 1 year ago
parent
commit
b7c25e10b6
1 changed files with 1 additions and 1 deletions
  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),
             },
           },