| | |
| | | return this.battData1.battState == 2 || this.battData1.battState == 3; |
| | | }, |
| | | state_khd1() { |
| | | return this.battData0.battState == 3 || this.battData0.battState == 2; |
| | | return this.battData0.battState == 3; |
| | | }, |
| | | state_kld1() { |
| | | return this.battData1.battState == 3 || this.battData1.battState == 2; |
| | | return this.battData1.battState == 3; |
| | | }, |
| | | }, |
| | | components: { |
| | |
| | | <script> |
| | | import { |
| | | btsControl as getParams, |
| | | btsControl as start, |
| | | control61853 as start, |
| | | set61853Params, |
| | | checkAlarmById, |
| | | } from "../js/realTime"; |
| | |
| | | let loading = this.$layer.loading(1); |
| | | // 请求后台 |
| | | start({ |
| | | testCmd: 0x25, |
| | | num: cmd.start, |
| | | devId: this.devId, |
| | | battGroupNum: this.idx + 1, |
| | |
| | | }; |
| | | |
| | | /** |
| | | * 启动 61853 |
| | | */ |
| | | export const control61853 = (params) => { |
| | | return axios({ |
| | | method: "GET", |
| | | url: "Fbs9100_setparamAction/serchbyDev_id", |
| | | params: { |
| | | ...params, |
| | | }, |
| | | }); |
| | | }; |
| | | |
| | | /** |
| | | * 启动内阻测试 |
| | | * @param devId |
| | | * @param battGroupNum |