|
|
|
@ -1238,7 +1238,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
queryAuxiliaryEquipmentParams: {
|
|
|
|
|
pageNum: 1,
|
|
|
|
|
pageSize: 1000,
|
|
|
|
|
pageSize: 10000,
|
|
|
|
|
equipmentCategory: null,
|
|
|
|
|
equipmentCode: null,
|
|
|
|
|
},
|
|
|
|
@ -1325,7 +1325,7 @@ export default {
|
|
|
|
|
/**查询人员**/
|
|
|
|
|
getEquipmentHead() {
|
|
|
|
|
this.queryEquipmentHeadParams.pageNum = 1;
|
|
|
|
|
this.queryEquipmentHeadParams.pageSize = 2000;
|
|
|
|
|
this.queryEquipmentHeadParams.pageSize = 10000;
|
|
|
|
|
listTeamMembers(this.queryHeadParams).then((response) => {
|
|
|
|
|
this.equipmentHeadOption = response.rows;
|
|
|
|
|
});
|
|
|
|
@ -1471,7 +1471,7 @@ export default {
|
|
|
|
|
handleAdd() {
|
|
|
|
|
this.reset();
|
|
|
|
|
getWorkCenterList().then((response) => {
|
|
|
|
|
this.options1 = response.rows;
|
|
|
|
|
this.options1 = response.data;
|
|
|
|
|
});
|
|
|
|
|
this.repairRecordSteps = 0;
|
|
|
|
|
this.rightList = [];
|
|
|
|
@ -1500,7 +1500,7 @@ export default {
|
|
|
|
|
const equipmentId = row.equipmentId || this.ids;
|
|
|
|
|
|
|
|
|
|
getWorkCenterList().then((response) => {
|
|
|
|
|
this.options1 = response.rows;
|
|
|
|
|
this.options1 = response.data;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
getEquipment(equipmentId).then((response) => {
|
|
|
|
|