|
@@ -119,7 +119,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col v-bind="styleResponsive ? { sm: 24 } : { span: 24 }">
|
|
<el-col v-bind="styleResponsive ? { sm: 24 } : { span: 24 }">
|
|
|
<el-form-item prop="fileObj" label="附件">
|
|
<el-form-item prop="fileObj" label="附件">
|
|
|
- <fileMain v-model="form.fileObj" />
|
|
|
|
|
|
|
+ <fileMain v-model="form.fileObj" @updateVal="handleFileSuccess" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col v-bind="styleResponsive ? { sm: 24 } : { span: 24 }">
|
|
<el-col v-bind="styleResponsive ? { sm: 24 } : { span: 24 }">
|
|
@@ -237,6 +237,9 @@
|
|
|
this.getCompanyData();
|
|
this.getCompanyData();
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ handleFileSuccess() {
|
|
|
|
|
+ this.$refs.form.validateField('fileObj');
|
|
|
|
|
+ },
|
|
|
//选择负责人
|
|
//选择负责人
|
|
|
confirmStaffSelection(data) {
|
|
confirmStaffSelection(data) {
|
|
|
console.log(data);
|
|
console.log(data);
|