修复订单状态字段
This commit is contained in:
parent
de3547c79b
commit
d09713aca8
|
@ -110,7 +110,7 @@ export default {
|
||||||
},
|
},
|
||||||
toDetail() {
|
toDetail() {
|
||||||
let type = "detail";
|
let type = "detail";
|
||||||
if (this.order.status == this.$models.order.state.NO_SELECT_WORKER) {
|
if (this.order.state == this.$models.order.state.NO_SELECT_WORKER) {
|
||||||
type = "worker";
|
type = "worker";
|
||||||
}
|
}
|
||||||
this.$utils.toPage("/pages/order/detail?type=" + type + "&id=" + this.order.id);
|
this.$utils.toPage("/pages/order/detail?type=" + type + "&id=" + this.order.id);
|
||||||
|
|
Loading…
Reference in New Issue