复审流程阻塞复审单id判断
This commit is contained in:
@@ -464,7 +464,9 @@ export default {
|
||||
}).then(res => {
|
||||
if (res) {
|
||||
const processForm = JSON.parse(res.mesg)
|
||||
this.qbfsForm.FSD = processForm.qbfsForm.FSD
|
||||
if(processForm.FSD && processForm.FSD != ''){
|
||||
this.qbfsForm.FSD = processForm.FSD
|
||||
}
|
||||
if (processForm.qbfsForm === undefined) {
|
||||
this.getFormFieldList(processForm)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user