fix:routec查询参数变动

This commit is contained in:
shijing 2025-09-02 16:26:53 +08:00
parent 64dc7ccfea
commit 71638d4fc4
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ export default {
//
getRoute() {
let that = this;
this.$API.mtm.route.list.req({ process: that.process, page: 0, routepack__state: 30 }).then((res) => {
this.$API.mtm.route.list.req({ process: that.process, page: 0, routepack__state: 30 ,from_route__isnull:true }).then((res) => {
this.routeOriginOptions = res;
});
},