From ae5a56abad5cade3427d8ccac8588de9ce209ef3 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 07 三月 2025 13:38:00 +0800
Subject: [PATCH] 搬迁供应商管理80%
---
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