|
@@ -348,7 +348,7 @@ import pagination from "@/components/Pagination/index";
|
|
|
import load from "@/utils/loading";
|
|
|
import { getSoundTree } from "@/api/buildTeam";
|
|
|
import {
|
|
|
- findTechnician,
|
|
|
+ findAllTechnician,
|
|
|
studentRepairList,
|
|
|
repairSuccess,
|
|
|
} from "@/api/repairManager";
|
|
@@ -385,7 +385,7 @@ export default {
|
|
|
created() {},
|
|
|
//生命周期 - 挂载完成(可以访问DOM元素)
|
|
|
mounted() {
|
|
|
- findTechnician().then((res) => {
|
|
|
+ findAllTechnician().then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.employeeList = res.data;
|
|
|
}
|