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 => {