BUG 11
This commit is contained in:
@@ -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] = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user