From e2feafbc4da530c52cf55113e0f145d6d9274ff2 Mon Sep 17 00:00:00 2001
From: yyt <306727702@qq.com>
Date: 星期二, 23 一月 2024 11:15:55 +0800
Subject: [PATCH] 更新OPCUA

---
 jcdm-ui/src/views/main/da/opcuaconfig/index.vue |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/jcdm-ui/src/views/main/da/opcuaconfig/index.vue b/jcdm-ui/src/views/main/da/opcuaconfig/index.vue
index 0b4e9e7..17215a4 100644
--- a/jcdm-ui/src/views/main/da/opcuaconfig/index.vue
+++ b/jcdm-ui/src/views/main/da/opcuaconfig/index.vue
@@ -307,8 +307,17 @@
   },
   created() {
     this.getList();
+    this.getProcessesList();
+
   },
   methods: {
+    /** 鏌ヨ宸ュ簭淇℃伅鍒楄〃 */
+    getProcessesList() {
+      this.loading = true;
+      listProcesses(this.queryParams).then(response => {
+        this.options = response.rows;
+      });
+    },
     handleSelectChange(selectedOption) {
       this.ProcessesqueryParams.process = selectedOption;
       listProcesses(this.ProcessesqueryParams).then(response => {

--
Gitblit v1.9.3