Moss hace 1 año
padre
commit
381a05395a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/mallManagement/storage/index.vue

+ 1 - 1
src/views/mallManagement/storage/index.vue

@@ -124,7 +124,7 @@ export default {
         },
         },
       }, {
       }, {
         md: 6,
         md: 6,
-        isShow: true,
+        isShow: this.formData.type.length > 0 && this.formData.type.indexOf('商品') < 0,
         name: 'el-select',
         name: 'el-select',
         options: this.websitList,
         options: this.websitList,
         attributes: { filterable: true, placeholder: '请选择', disabled: this.formDialogType == 1 },
         attributes: { filterable: true, placeholder: '请选择', disabled: this.formDialogType == 1 },