春风项目四线(合箱线、总装线)
hdy
2024-01-24 941264f37a73fa4736b9d1e12d85afbb5360c346
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 => {