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;