he wei
2024-01-08 c0a2b4b4ea6f3edd24a46106221ef134a91a8e4a
src/views/hrControl/components/cardBatt.vue
@@ -82,11 +82,11 @@
  },
  watch: {
    datas() {
      if (this.setFlag) {
        let { datas, option } = this;
        let monData = datas.filter((v) => v.monNum == option.monNum)[0];
        this.num = monData[option.key1];
      }
      // if (this.setFlag) {
      // }
      let { datas, option } = this;
      let monData = datas.filter((v) => v.monNum == option.monNum)[0];
      this.num = monData[option.key1];
    },
    checked(n) {
      this.checked1 = n;