fix:routec查询参数变动
This commit is contained in:
parent
64dc7ccfea
commit
71638d4fc4
|
@ -266,7 +266,7 @@ export default {
|
||||||
//获取工艺步骤
|
//获取工艺步骤
|
||||||
getRoute() {
|
getRoute() {
|
||||||
let that = this;
|
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;
|
this.routeOriginOptions = res;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue