复审单id修改
This commit is contained in:
@@ -318,19 +318,19 @@ export default {
|
||||
},
|
||||
},
|
||||
methods:{
|
||||
async getFsFile(){
|
||||
let fileObj = await this.getSaveFile("model_fs")
|
||||
if(fileObj){
|
||||
this.qbfsForm.FSD = this.qbfsForm.FSD ? this.qbfsForm.FSD : fileObj.id
|
||||
if(this.qbfsForm.standName){
|
||||
this.qbfsForm.FSDName = this.qbfsForm.standName + '-复审单'
|
||||
}else {
|
||||
this.qbfsForm.FSDName = '复审单'
|
||||
}
|
||||
this.FSDList=this.assemble(fileObj.id,this.qbfsForm.FSDName);
|
||||
this.formKey++
|
||||
async getFsFile(){
|
||||
let fileObj = await this.getSaveFile("model_fs")
|
||||
if(fileObj){
|
||||
this.qbfsForm.FSD = this.qbfsForm.FSD ? this.qbfsForm.FSD : fileObj.id
|
||||
if(this.qbfsForm.standName){
|
||||
this.qbfsForm.FSDName = this.qbfsForm.standName + '-复审单'
|
||||
}else {
|
||||
this.qbfsForm.FSDName = '复审单'
|
||||
}
|
||||
},
|
||||
this.FSDList=this.assemble(this.qbfsForm.FSD,this.qbfsForm.FSDName);
|
||||
this.formKey++
|
||||
}
|
||||
},
|
||||
getSaveFile(model) {
|
||||
return new Promise((resolve, reject) => {
|
||||
this.$http.get('/lawss/activiti/saveEditFile', {
|
||||
|
||||
Reference in New Issue
Block a user