diff --git a/src/views/pm/utask_form.vue b/src/views/pm/utask_form.vue index 169836a8..383aa4d9 100644 --- a/src/views/pm/utask_form.vue +++ b/src/views/pm/utask_form.vue @@ -34,7 +34,7 @@ @@ -165,7 +165,7 @@ export default { methods: { getRouteOptions() { this.$API.mtm.route.list - .req({ page: 0, mgroup__belong_dept: this.activeDept }) + .req({ page: 0, mgroup__belong_dept: this.activeDept, routepack__isnull: true }) .then((res) => { for (var i = 0; i < res.length; i++) { if (res[i].material_in_name == undefined) {