From 4bd9ecdb092c88d050e58d5a150b62e5e90b65b0 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 14 三月 2025 16:10:14 +0800
Subject: [PATCH] 删除无用代码

---
 src/views/CNAS/externalService/serviceAndSupplyPro/component/Store.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/CNAS/externalService/serviceAndSupplyPro/component/Store.vue b/src/views/CNAS/externalService/serviceAndSupplyPro/component/Store.vue
index 9ddb399..32951ec 100644
--- a/src/views/CNAS/externalService/serviceAndSupplyPro/component/Store.vue
+++ b/src/views/CNAS/externalService/serviceAndSupplyPro/component/Store.vue
@@ -100,7 +100,7 @@
           <el-button size="mini" type="primary" @click="addTableData">娣诲姞
           </el-button>
         </div>
-        <el-table :data="consumables" style="margin-top: 10px">
+        <el-table :data="consumables" style="margin-top: 10px" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
           <el-table-column label="缂栧彿" type="index" width="120px"></el-table-column>
           <el-table-column label="璐у彿" prop="itemNumber"></el-table-column>
           <el-table-column label="绫诲埆" prop="type"></el-table-column>
@@ -337,7 +337,6 @@
       if (type === 'edit') {
         this.dialogType = "update";
         selectStoreById({ id: row.id }).then(res => {
-          if (res.code === 201) return
           this.consumables = res.data.consumables
           this.form = { ...res.data.store }
         }).catch(err => {

--
Gitblit v1.9.3