소스 검색

Merge branch 'feat' into develop

zh 2 년 전
부모
커밋
ea0e17fe2c
2개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 0
      src/views/basic_data/dealer/components/dealer_list-detail.vue
  2. 4 4
      src/views/supply/pickup/components/pickup_form.vue

+ 1 - 0
src/views/basic_data/dealer/components/dealer_list-detail.vue

@@ -385,6 +385,7 @@ export default {
         pickCategory: this.pickCategory.join(',')
       }).then(res => {
         this.$successMsg('保存成功')
+        this.$parent.isShow = true
       })
     }
   }

+ 4 - 4
src/views/supply/pickup/components/pickup_form.vue

@@ -463,10 +463,10 @@ export default {
       companyList: [],
       logisticsNumber: '',
       storeList: [
-        // {
-        //   label: '前置仓',
-        //   value: 0
-        // },
+        {
+          label: '前置仓',
+          value: 0
+        },
         {
           label: '工程机',
           value: 1