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) {