fix:route编辑时排序自动生成
This commit is contained in:
parent
26cb93052d
commit
63f4a02d9a
|
|
@ -338,7 +338,7 @@ export default {
|
||||||
},
|
},
|
||||||
table_add() {
|
table_add() {
|
||||||
let that = this;
|
let that = this;
|
||||||
that.count = this.$refs.tables.total;
|
that.count = this.$refs.tables.tableData.length;
|
||||||
console.log("count",that.count);
|
console.log("count",that.count);
|
||||||
this.dialog.save = true;
|
this.dialog.save = true;
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue