This commit is contained in:
aixianling
2022-12-29 15:59:07 +08:00
parent 7e09218537
commit 9146bdfbac

View File

@@ -45,7 +45,7 @@ export default {
form() {
let form = {}
this.detail.map(e => {
if (e.inputType == "0") {
if (e.inputType == "0" || (e.inputType == "2" && this.examineStatus > 0)) {
if (!form[e.groupLevel1Name]) {
form[e.groupLevel1Name] = {}
}