Moss 1 gadu atpakaļ
vecāks
revīzija
381a05395a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 },