复审单id修改

This commit is contained in:
zyx.net
2022-11-28 16:51:26 +08:00
parent e46dbb8384
commit 63ca7638f7
@@ -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 {