From b883ae5d7d46fc7a3503236f16a250c2264ea7c7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 29 九月 2022 17:45:25 +0800
Subject: [PATCH] 2022-09-29

---
 src/utils/utils-custom.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js
index eca6187..88da467 100644
--- a/src/utils/utils-custom.js
+++ b/src/utils/utils-custom.js
@@ -590,7 +590,7 @@
       }
   
       if (item.btnlog) {
-        item.btnlog = []
+        item.btnlog = null
       }
   
       let oriUids = {}
@@ -870,7 +870,7 @@
     }
 
     if (item.btnlog) {
-      item.btnlog = []
+      item.btnlog = null
     }
 
     let oriUids = {}

--
Gitblit v1.8.0