Moss před 1 rokem
rodič
revize
381a05395a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,
-        isShow: true,
+        isShow: this.formData.type.length > 0 && this.formData.type.indexOf('商品') < 0,
         name: 'el-select',
         options: this.websitList,
         attributes: { filterable: true, placeholder: '请选择', disabled: this.formDialogType == 1 },