fix:route编辑时排序自动生成

This commit is contained in:
shijing 2025-11-12 08:59:24 +08:00
parent 26cb93052d
commit 63f4a02d9a
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ export default {
},
table_add() {
let that = this;
that.count = this.$refs.tables.total;
that.count = this.$refs.tables.tableData.length;
console.log("count",that.count);
this.dialog.save = true;
this.$nextTick(() => {