U
he wei
2023-12-29 eaffc37ed2b11564a722aba0bec91e75d7924c2d
src/views/hrControl/components/cardBatt.vue
@@ -82,7 +82,7 @@
  },
  watch: {
    datas(n, o) {
      if (o.length && !n.length) {
      if (!o.length && n.length) {
        let { datas, option } = this;
        let monData = datas.filter((v) => v.monNum == option.monNum)[0];
        this.num = monData[option.key1];