liding
2026-03-30 71e172221d7b0dc391c773c85bc8b1aeaeb3f621
src/views/qualityManagement/processInspection/components/formDia.vue
@@ -128,7 +128,7 @@
              style="width: 100%"
              @change="handleInstrumentChange(row)"
          >
            <el-option label="【目测】" value="【目测】" />
            <el-option label="目测" value="目测" />
            <el-option
                v-for="item in deviceList"
                :key="item.id"
@@ -523,9 +523,9 @@
// 检测器具变化时,自动填充设备状态
const handleInstrumentChange = (row) => {
   if (row.instrument === '【目测】') {
   if (row.instrument === '目测') {
      row.deviceId = null;
      row.deviceName = '【目测】';
      row.deviceName = '目测';
      row.deviceStatus = '';
      return;
   }