fix: 接口定义-案例列表-批量修改时显示总条数错我

修复接口定义-案例列表-批量修改时显示总条数错误的问题
This commit is contained in:
song.tianyang 2020-12-31 15:27:55 +08:00
parent c8ceae2845
commit cd14c9667d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
}, },
open() { open() {
this.dialogVisible = true; this.dialogVisible = true;
this.size = this.$parent.selectRows.size; this.size = this.$parent.selectDataCounts;
listenGoBack(this.handleClose); listenGoBack(this.handleClose);
}, },
handleClose() { handleClose() {