ts

作者: Sanmuluo | 来源:发表于2022-07-21 11:59 被阅读0次

watch

  @Watch("ResourceList", { immediate: true, deep: true })
  onResourceListChanged(val, oldVal) {
    if (val && val.length && oldVal && oldVal.length) {
      this.countSelect();
    }
  }

百分比

let proportion: any = ((owner.owner[0].value / 100) * 100).toFixed();

相关文章

网友评论

      本文标题:ts

      本文链接:https://www.haomeiwen.com/subject/iydbcrtx.html