소스 검색

no message

Moss 1 년 전
부모
커밋
381a05395a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 },