fix:去掉非必要的接口请求
This commit is contained in:
parent
4596256e76
commit
a39f69d455
|
@ -312,7 +312,7 @@ export default {
|
||||||
this.route_code = this.$route.path.split("/")[2];
|
this.route_code = this.$route.path.split("/")[2];
|
||||||
this.form.work_start_time = this.$TOOL.dateFormat(new Date());
|
this.form.work_start_time = this.$TOOL.dateFormat(new Date());
|
||||||
this.getRoute();
|
this.getRoute();
|
||||||
this.getUser();
|
// this.getUser();
|
||||||
this.getSupplier();
|
this.getSupplier();
|
||||||
this.getEquipment();
|
this.getEquipment();
|
||||||
this.getMtask();
|
this.getMtask();
|
||||||
|
|
Loading…
Reference in New Issue