AntDesignVue table行点击事件

  customRow(record) {
    return {
      on: {
        click: () => {
          if (this.pageType == 1) return;
          this.adjustPostdata.detailId = record.detailId;
        },
      },
    };
  }
posted @ 2020-12-01 12:10  刘兵博客  阅读(3594)  评论(0编辑  收藏  举报