From 238595017057e4bc67393915140507785f45b195 Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期三, 31 一月 2024 14:24:47 +0800 Subject: [PATCH] add 追溯报表 --- 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