From 56b70d335a6b74d77b857a3a08729b99bd9e46bf Mon Sep 17 00:00:00 2001
From: lin <648540858@qq.com>
Date: Wed, 16 Jul 2025 18:23:34 +0800
Subject: [PATCH] =?UTF-8?q?[1078]=20=E5=A2=9E=E5=8A=A0=E6=96=87=E6=9C=AC?=
=?UTF-8?q?=E4=B8=8B=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/jtDevice/dialog/{testMsg.vue => textMsg.vue} | 0
web/src/views/jtDevice/list.vue | 8 ++++----
2 files changed, 4 insertions(+), 4 deletions(-)
rename web/src/views/jtDevice/dialog/{testMsg.vue => textMsg.vue} (100%)
diff --git a/web/src/views/jtDevice/dialog/testMsg.vue b/web/src/views/jtDevice/dialog/textMsg.vue
similarity index 100%
rename from web/src/views/jtDevice/dialog/testMsg.vue
rename to web/src/views/jtDevice/dialog/textMsg.vue
diff --git a/web/src/views/jtDevice/list.vue b/web/src/views/jtDevice/list.vue
index 3b5a1eb7d..bd0a9b0a2 100755
--- a/web/src/views/jtDevice/list.vue
+++ b/web/src/views/jtDevice/list.vue
@@ -148,7 +148,7 @@
-
+
@@ -157,12 +157,12 @@ import deviceEdit from './edit.vue'
import configInfo from '../dialog/configInfo.vue'
import attribute from './dialog/attribute.vue'
import position from './dialog/position.vue'
-import testMsg from './dialog/testMsg.vue'
+import textMsg from './dialog/textMsg.vue'
export default {
name: 'App',
components: {
- deviceEdit, configInfo, attribute, position, testMsg
+ deviceEdit, configInfo, attribute, position, textMsg
},
data() {
return {
@@ -295,7 +295,7 @@ export default {
})
},
sendTextMsg: function(itemData) {
- this.$refs.testMsg.openDialog(itemData)
+ this.$refs.textMsg.openDialog(itemData)
},
linkDetection: function(itemData) {
this.$store.dispatch('jtDevice/linkDetection', itemData.phoneNumber)