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