guhongwei 4 anni fa
parent
commit
6a319292c0
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 5 3
      src/views/userCenter/productInfo/part/infoRelease.vue

+ 5 - 3
src/views/userCenter/productInfo/part/infoRelease.vue

@@ -358,7 +358,7 @@
                         项目路演
                       </el-col>
                       <el-col :span="24" style="padding:0 10px">
-                        <upload
+                        <uploadraw
                           :limit="1"
                           :data="form.roadshow"
                           type="roadshow"
@@ -366,7 +366,7 @@
                           :url="'/files/roadshow/upload'"
                           @upload="uploadroadshow"
                           @delete="uploaddelroadshow"
-                        ></upload>
+                        ></uploadraw>
                       </el-col>
                     </el-form-item>
                   </el-col>
@@ -691,7 +691,8 @@ import techDetail from '@/views/market/detail/techDetail.vue';
 import achiDetail from '@/views/market/detail/achiDetail.vue';
 import busiDetail from '@/views/market/detail/busiDetail.vue';
 import _ from 'lodash';
-import upload from '@/components/uploadraw.vue';
+import uploadraw from '@/components/uploadraw.vue';
+import upload from '@/components/upload.vue';
 import { mapState, createNamespacedHelpers } from 'vuex';
 const { mapActions: markettype } = createNamespacedHelpers('markettype');
 export default {
@@ -706,6 +707,7 @@ export default {
     techDetail,
     achiDetail,
     busiDetail,
+    uploadraw,
   },
   data: function() {
     return {