|
|
@@ -595,10 +595,10 @@
|
|
|
isRepairUserId = true;
|
|
|
if (valid) {
|
|
|
const planDeviceList = this.equipmentList.map((item) => {
|
|
|
- if (!item.repairGroupId) {
|
|
|
+ if (!item.executeDeptId) {
|
|
|
isRepairGroupId = false;
|
|
|
}
|
|
|
- if (!item.repairUserId) {
|
|
|
+ if (!item.executeUserId) {
|
|
|
isRepairUserId = false;
|
|
|
}
|
|
|
return {
|