【修改】修改报告上传流程
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<span class="uploadFile" v-if="form.fileName">
|
<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-cloudy iconstyle"></i>
|
||||||
<i class="el-icon-delete iconstyle" @click="delFile"></i>
|
<i class="el-icon-delete iconstyle" @click="delFile"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -74,7 +74,6 @@ export default {
|
|||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
processForm: { prcName : ''},
|
processForm: { prcName : ''},
|
||||||
|
|
||||||
visibleTree: false,
|
visibleTree: false,
|
||||||
formControl: true,
|
formControl: true,
|
||||||
disabled:false,
|
disabled:false,
|
||||||
@@ -109,7 +108,6 @@ export default {
|
|||||||
}
|
}
|
||||||
this.getProcessDetail(params).then(res=>{
|
this.getProcessDetail(params).then(res=>{
|
||||||
this.processForm = JSON.parse(this.processOld.dataJson)
|
this.processForm = JSON.parse(this.processOld.dataJson)
|
||||||
this.$set(this.processForm,'prcName',this.prcName)
|
|
||||||
this.disabled=false
|
this.disabled=false
|
||||||
this.formControl= true
|
this.formControl= true
|
||||||
if(this.$route.query.type=='yiban'){
|
if(this.$route.query.type=='yiban'){
|
||||||
|
|||||||
Reference in New Issue
Block a user