gaoluyang
2025-03-13 0ffd16355fa1541e4c253a8c9b20e5ec256daf26
src/views/CNAS/process/ensureResults/qualityControlPlan/components/detailFormDialog.vue
@@ -38,7 +38,7 @@
        </el-col>
        <el-col :span="12">
          <el-form-item label="监督原因" prop="superviseReason">
            <el-input v-model="form.superviseReason" clearable size="small"></el-input>
            <el-input v-model="form.superviseReason" clearable disabled size="small"></el-input>
          </el-form-item>
        </el-col>
        <el-col :span="12">
@@ -94,10 +94,15 @@
  },
  // 方法集合
  methods: {
    openDia(type, row) {
    openDia(type, row, causeType) {
      this.formDia = true
      this.operationType = type
      this.getUserList()
      if (causeType == 1) {
        this.form.superviseReason = '定期监督'
      } else {
        this.form.superviseReason = '动态监督'
      }
      if (type === 'edit') {
        this.searchInfo(row)
      }