|
|
|
@ -113,7 +113,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { getRepairPersonList } from "@/api/device/faultReport";
|
|
|
|
|
import { getPersonList } from "@/api/wms/equipment";
|
|
|
|
|
import { Message } from "element-ui";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
@ -187,7 +187,7 @@ export default {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
this.queryParams.userName = this.queryParams.itemCode;
|
|
|
|
|
this.queryParams.nickName = this.queryParams.itemName;
|
|
|
|
|
getRepairPersonList(this.queryParams).then((response) => {
|
|
|
|
|
getPersonList(this.queryParams).then((response) => {
|
|
|
|
|
this.itemList = response.rows;
|
|
|
|
|
this.total = response.total;
|
|
|
|
|
this.loading = false;
|
|
|
|
|