懒羊羊
2024-01-04 06205a1b49435f32b17b0a9e9673e9fa8ac28fda
jcdm-ui/src/views/main/bs/lineInfo/index.vue
@@ -358,11 +358,13 @@
    handleAdd() {
      this.reset();
      this.open = true;
      this.initWorkshop();
      this.titleName = "添加产线信息";
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
      this.reset();
      this.initWorkshop();
      const id = row.id || this.ids
      getLineInfo(id).then(response => {
        this.form = response.data;