复审单id修改
This commit is contained in:
@@ -321,7 +321,7 @@ export default {
|
||||
async getFsFile(){
|
||||
let fileObj = await this.getSaveFile("model_fs")
|
||||
if(fileObj){
|
||||
this.qbfsForm.FSD = fileObj.id
|
||||
this.qbfsForm.FSD = this.qbfsForm.FSD ? this.qbfsForm.FSD : fileObj.id
|
||||
if(this.qbfsForm.standName){
|
||||
this.qbfsForm.FSDName = this.qbfsForm.standName + '-复审单'
|
||||
}else {
|
||||
@@ -464,6 +464,7 @@ export default {
|
||||
}).then(res => {
|
||||
if (res) {
|
||||
const processForm = JSON.parse(res.mesg)
|
||||
this.qbfsForm.FSD = processForm.qbfsForm.FSD
|
||||
if (processForm.qbfsForm === undefined) {
|
||||
this.getFormFieldList(processForm)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user