判断必填项

This commit is contained in:
changjinpeng
2022-03-07 17:15:35 +08:00
parent 404b26e934
commit 2a2a80f5c9

View File

@@ -363,6 +363,7 @@ export default {
}) })
}) })
}) })
this.currIndex = !this.info.processAnnexDefs.length ? 3 : 2
this.pageShow = true this.pageShow = true
} }
}) })