zuozhengqing
2023-11-24 58ac82fceff96784dd9e16872d1e2316fa2cfdec
src/components/makepager/CommonFormTableView.vue
@@ -574,6 +574,7 @@
    },
    // 位置
    async getLocationList() {
      this.locacionName = ""
      await getLocationList({
        // keyword: "",
        jointName: this.initialPosition ? this.initialPosition : null,
@@ -872,7 +873,9 @@
    },
    // 行点击
    tableRowClick(row) {
      this.locacionName = row.location.name
      if (this.isReorder) {
        this.locacionName = row.location.name
      }
      this.$emit("tableRowClick", row, row.index)
    },
    // 单选行相关