src/components/do/b1-inspect-order-plan/Inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -3477,9 +3477,9 @@ } } // 通信特殊处理,检验值填入之后直接保存数据,判断结果默认为3 for (var i in this.param) { this.param[i].insResult = { v: { v: 3 } }; } // for (var i in this.param) { // this.param[i].insResult = { v: { v: 3 } }; // } this.saveInsContext(n.i); return; // 以下是正常的判断流程,后面有需要则进入此流程