inl-ui 0.0.76 → 0.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -167,14 +167,14 @@ export default defineComponent({
|
|
|
167
167
|
}
|
|
168
168
|
});
|
|
169
169
|
|
|
170
|
-
const
|
|
170
|
+
const equment = {
|
|
171
171
|
...formState.value.deviceList[0],
|
|
172
172
|
upstreamEqumentLoopDtos,
|
|
173
173
|
downstreamEqumentLoopDtos,
|
|
174
174
|
};
|
|
175
175
|
|
|
176
176
|
const param = {
|
|
177
|
-
|
|
177
|
+
equment, // 所有设备信息
|
|
178
178
|
busId: typeColumns[formState.value.bus].value, // stopSupplyPower(低压停送电) stopPower(低压停电) supplyPower(低压送电)
|
|
179
179
|
busName: typeColumns[formState.value.bus].label, // 业务名称
|
|
180
180
|
attempt: formState.value.attempt, // 试车流程
|