fix:去掉非必要的接口请求

This commit is contained in:
shijing 2025-07-09 14:02:30 +08:00
parent 4596256e76
commit a39f69d455
1 changed files with 1 additions and 1 deletions

View File

@ -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();