From 06a670976e2145a10ea05207041d3cf3164cd380 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 03 二月 2024 18:13:25 +0800
Subject: [PATCH] Merge branch 'positec' into dms

---
 src/tabviews/custom/components/card/prop-card/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/custom/components/card/prop-card/index.jsx b/src/tabviews/custom/components/card/prop-card/index.jsx
index 93ab97e..1319e6d 100644
--- a/src/tabviews/custom/components/card/prop-card/index.jsx
+++ b/src/tabviews/custom/components/card/prop-card/index.jsx
@@ -377,7 +377,7 @@
 
     let btn = document.getElementById('button' + config.wrap.autoExec)
 
-    clearTimeout(this.autoTimer)
+    this.autoTimer && clearTimeout(this.autoTimer)
 
     if (btn) {
       MKEmitter.emit('triggerBtnId', config.wrap.autoExec, data.$$empty ? [] : [data])
@@ -495,7 +495,7 @@
     
     if (config.wrap.datatype === 'static') {
       this.setState({
-        data: {$$BID: BID || '', $$BData: BData, $$empty: true},
+        data: {$$BID: BID || '', $$BData: BData, $$empty: true, $$time: new Date().getTime()},
       })
 
       if (!btn) {

--
Gitblit v1.8.0