|
@@ -148,12 +148,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.getNewTime();
|
|
|
- // if (this.order_type === "2") {
|
|
|
- // this.order_type = res.data.cgdNo;
|
|
|
- // this.statusOptions.unshift({ value: "0", label: "竞价单" });
|
|
|
- // }
|
|
|
- // this.order_type === "1" ? "CGGCD" : "ZXGCD";
|
|
|
- // this.order_type = res.data.order_type;
|
|
|
+
|
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
await this.logout();
|
|
|
} else {
|