【修改】修改报告上传流程

This commit is contained in:
zhoulingpo
2023-05-09 09:46:21 +08:00
parent 64bee0eb7d
commit ac43bb8ed9
2 changed files with 1 additions and 3 deletions
@@ -110,7 +110,7 @@
</el-col>
<el-col :span="8">
<span class="uploadFile" v-if="form.fileName">
<span :title="fileList[0].name">{{fileList[0].name}}</span>
<span :title="form.fileName">{{form.fileName}}</span>
<i class="el-icon-cloudy iconstyle"></i>
<i class="el-icon-delete iconstyle" @click="delFile"></i>
</span>
-2
View File
@@ -74,7 +74,6 @@ export default {
}]
},
processForm: { prcName : ''},
visibleTree: false,
formControl: true,
disabled:false,
@@ -109,7 +108,6 @@ export default {
}
this.getProcessDetail(params).then(res=>{
this.processForm = JSON.parse(this.processOld.dataJson)
this.$set(this.processForm,'prcName',this.prcName)
this.disabled=false
this.formControl= true
if(this.$route.query.type=='yiban'){