From 8e59bdccce64f8f471487aaa9b9ccf697f54d24e Mon Sep 17 00:00:00 2001 From: zty Date: Tue, 30 Jul 2024 14:31:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20route/utask=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/route_form.vue | 2 +- src/views/mtm/route_show.vue | 4 +++- src/views/mtm/routepack_form.vue | 2 +- src/views/pm/utask_form.vue | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/mtm/route_form.vue b/src/views/mtm/route_form.vue index da6a75b9..a03122d4 100644 --- a/src/views/mtm/route_form.vue +++ b/src/views/mtm/route_form.vue @@ -149,7 +149,7 @@ - + diff --git a/src/views/mtm/route_show.vue b/src/views/mtm/route_show.vue index e26a44bf..68224777 100644 --- a/src/views/mtm/route_show.vue +++ b/src/views/mtm/route_show.vue @@ -37,6 +37,8 @@ + + @@ -79,7 +81,7 @@ export default { //文件列表加载 getRoute(id) { this.$API.mtm.route.list - .req({ page: 0, material: id }) + .req({ page: 0, routepack: this.form.id }) .then((res) => { this.tableData = res; }); diff --git a/src/views/mtm/routepack_form.vue b/src/views/mtm/routepack_form.vue index ee5ba3ad..1e27cbb9 100644 --- a/src/views/mtm/routepack_form.vue +++ b/src/views/mtm/routepack_form.vue @@ -109,7 +109,7 @@ - + { + that.$API.mtm.routepack.list.req({ page: 0, state: 30 }).then((res) => { for (var i = 0; i < res.length; i++) { res[i].label = res[i].name; if (res[i].id == that.form.routepack) {