From 16b3368a6a44b380969b58609932c6d0c0e3332b Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 18 三月 2025 13:35:46 +0800 Subject: [PATCH] 成品下单-退回可以重新提交 --- src/views/CNAS/personnel/personnelInfo/components/Edit.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/CNAS/personnel/personnelInfo/components/Edit.vue b/src/views/CNAS/personnel/personnelInfo/components/Edit.vue index 3992697..0076ed3 100644 --- a/src/views/CNAS/personnel/personnelInfo/components/Edit.vue +++ b/src/views/CNAS/personnel/personnelInfo/components/Edit.vue @@ -87,6 +87,7 @@ <el-button :disabled="currentRow.state === 1" size="small" @click="batchDelete">鎵归噺鍒犻櫎</el-button> </div> <el-table :data="trainingTableData" height="calc(100vh - 30em)" stripe style="width: 100%" + :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55"></el-table-column> <el-table-column label="搴忓彿" type="index" width="60"></el-table-column> @@ -370,7 +371,7 @@ } }, getUserList(){ - selectUserCondition({ type: 0 }).then((res) => { + selectUserCondition({ type: 2 }).then((res) => { this.userList = res.data; }) }, -- Gitblit v1.9.3