|
@@ -40,7 +40,7 @@
|
|
|
<el-input type="textarea" v-model="form.desc"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="对接会视频">
|
|
|
- <upload :limit="1" :data="form.file_path" type="" listType="" :url="'/files/imgpath/upload'" @upload="uploadSuccess"></upload>
|
|
|
+ <upload :limit="1" :data="form.file_path" type="file_path" listType="" :url="'/files/imgpath/upload'" @upload="uploadSuccess"></upload>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="onSubmit()">提交</el-button>
|
|
@@ -69,6 +69,7 @@ export default {
|
|
|
computed: {},
|
|
|
methods: {
|
|
|
onSubmit() {
|
|
|
+ console.log(this.form);
|
|
|
this.$emit('submitDate', { data: this.form, id: this.form.id });
|
|
|
},
|
|
|
returnBtn() {
|