From c1136d8429f660335535afe8ad7c828c16eb7199 Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期一, 10 三月 2025 15:28:41 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev

---
 src/views/CNAS/systemManagement/correctiveAction/components/correctiveInfo.vue |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/src/views/CNAS/systemManagement/correctiveAction/components/correctiveInfo.vue b/src/views/CNAS/systemManagement/correctiveAction/components/correctiveInfo.vue
index 16d0d92..9243bb0 100644
--- a/src/views/CNAS/systemManagement/correctiveAction/components/correctiveInfo.vue
+++ b/src/views/CNAS/systemManagement/correctiveAction/components/correctiveInfo.vue
@@ -6,19 +6,6 @@
         <table border="1" cellspacing="10" class="tables">
           <tr>
             <td class="td-title">
-              <p>鍩硅璁″垝锛�</p>
-            </td>
-            <td class="td-info" colspan="3">
-              <el-select v-model="form.personTrainingDetailedId" clearable filterable style="width: 100%" disabled
-                placeholder="璇烽�夋嫨" size="small">
-                <el-option v-for="item in yearTrainingDetailed" :key="item.id" :label="item.trainingObjectives"
-                  :value="item.id">
-                </el-option>
-              </el-select>
-            </td>
-          </tr>
-          <tr>
-            <td class="td-title">
               <p>涓嶅悎鏍兼垨鍋忕浜嬪疄鐨勬弿杩帮細</p>
             </td>
             <td class="td-info" colspan="3">
@@ -154,7 +141,6 @@
 <script>
 import {
   getSuperviseDetailCorrect,
-  getThisYearTrainingDetailed,
 } from '@/api/cnas/systemManagement/correctiveAction.js'
 export default {
   name: 'correctiveInfo',
@@ -164,7 +150,6 @@
     // 杩欓噷瀛樻斁鏁版嵁
     return {
       formDia: false,
-      yearTrainingDetailed: [],
       form: {
         superviseDetailsId: '',
         raiseResult: '',
@@ -197,7 +182,6 @@
       this.formDia = true
       this.searchInfo(row)
       this.form.superviseDetailsId = row.superviseDetailsId
-      this.getYearTrainingDetailed() // 鑾峰彇鍩硅璁″垝
     },
     // 鏌ヨ鐩戞帶璁″垝璇︽儏瀹炴柦淇℃伅
     searchInfo(row) {
@@ -207,11 +191,6 @@
         this.form = res.data
       }).catch(err => {
         console.log('err---', err);
-      })
-    },
-    getYearTrainingDetailed() {
-      getThisYearTrainingDetailed().then(res => {
-        this.yearTrainingDetailed = res.data
       })
     },
     // 鍏抽棴寮规

--
Gitblit v1.9.3