zuozhengqing
2023-11-17 119efc91fd3374131c31b8c5f8f5f7cb8f6731cf
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)
    },
    // 单选行相关