src/components/makepager/CommonFormTableView.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) }, // 单选行相关