From 06205a1b49435f32b17b0a9e9673e9fa8ac28fda Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期四, 04 一月 2024 10:57:21 +0800 Subject: [PATCH] 优化 --- jcdm-ui/src/views/main/bs/lineInfo/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/jcdm-ui/src/views/main/bs/lineInfo/index.vue b/jcdm-ui/src/views/main/bs/lineInfo/index.vue index 605ddeb..144732a 100644 --- a/jcdm-ui/src/views/main/bs/lineInfo/index.vue +++ b/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; -- Gitblit v1.9.3