[1078] 增加文本下发

This commit is contained in:
lin 2025-07-16 18:23:34 +08:00
parent 29802ccded
commit 56b70d335a
2 changed files with 4 additions and 4 deletions

View File

@ -148,7 +148,7 @@
<configInfo ref="configInfo" /> <configInfo ref="configInfo" />
<attribute ref="attribute" /> <attribute ref="attribute" />
<position ref="position" /> <position ref="position" />
<testMsg ref="testMsg" /> <textMsg ref="textMsg" />
</div> </div>
</template> </template>
@ -157,12 +157,12 @@ import deviceEdit from './edit.vue'
import configInfo from '../dialog/configInfo.vue' import configInfo from '../dialog/configInfo.vue'
import attribute from './dialog/attribute.vue' import attribute from './dialog/attribute.vue'
import position from './dialog/position.vue' import position from './dialog/position.vue'
import testMsg from './dialog/testMsg.vue' import textMsg from './dialog/textMsg.vue'
export default { export default {
name: 'App', name: 'App',
components: { components: {
deviceEdit, configInfo, attribute, position, testMsg deviceEdit, configInfo, attribute, position, textMsg
}, },
data() { data() {
return { return {
@ -295,7 +295,7 @@ export default {
}) })
}, },
sendTextMsg: function(itemData) { sendTextMsg: function(itemData) {
this.$refs.testMsg.openDialog(itemData) this.$refs.textMsg.openDialog(itemData)
}, },
linkDetection: function(itemData) { linkDetection: function(itemData) {
this.$store.dispatch('jtDevice/linkDetection', itemData.phoneNumber) this.$store.dispatch('jtDevice/linkDetection', itemData.phoneNumber)