src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -189,6 +189,8 @@ :disabled="scope.row.deviceId == null || (dataForm.id!=null&&resultVal!=null)" v-model="scope.row.testValueList[index]" placeholder="请输入或选择检测值" allow-create default-first-option @change="changeState(scope.row,scope.$index)" @blur="selectBlur" > @@ -881,7 +883,8 @@ } }, selectBlur(e){ console.log(e); console.log(e,"-----"); console.log(e.target.value); }, changeState(row, index) { console.log(row.testValueList);