zuozhengqing
2023-11-24 154fa0916d9b4c87e392a6811d1ae7b09f88a8c6
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)
    },
    // 单选行相关