From 037a98ac21771bfc0d23392266f65a7837676bc3 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 04 九月 2023 16:27:02 +0800
Subject: [PATCH] 11

---
 src/views/project/travelexpenseapply/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/project/travelexpenseapply/index.vue b/src/views/project/travelexpenseapply/index.vue
index 0e6ef90..f378cc7 100644
--- a/src/views/project/travelexpenseapply/index.vue
+++ b/src/views/project/travelexpenseapply/index.vue
@@ -2129,6 +2129,7 @@
     /** 鍒犻櫎鎸夐挳鎿嶄綔 */
     handleDelete(row) {
       const ids = row.id || this.ids;
+      console.log(ids);
       this.$modal
         .confirm("鏄惁纭鍒犻櫎璇ユ潯璁板綍锛�")
         .then(function() {
@@ -2557,7 +2558,7 @@
 <style>
 .addClassva {
   /* background: #10aec2; */
-  background: #93b5cf !important;
+  background: #e8f4ff !important;
   /* color:whitesmoke; */
 }
 </style>

--
Gitblit v1.9.3