yangfeng
2023-11-16 8f2368e94ca52c1cd251d30d2ba1e820b42453af
增加判断位置是哪个页面的行点击
1个文件已修改
4 ■■■ 已修改文件
src/components/makepager/CommonFormTableView.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/makepager/CommonFormTableView.vue
@@ -873,7 +873,9 @@
    },
    // 行点击
    tableRowClick(row) {
      this.locacionName = row.location.name
      if (this.isReorder) {
        this.locacionName = row.location.name
      }
      this.$emit("tableRowClick", row, row.index)
    },
    // 单选行相关