王震
2024-01-18 9a0e4f1641f41a3dc1df4453ad416fb1522bd2ea
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);