mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
fix: 接口定义-案例列表-批量修改时显示总条数错我
修复接口定义-案例列表-批量修改时显示总条数错误的问题
This commit is contained in:
parent
c8ceae2845
commit
cd14c9667d
@ -78,7 +78,7 @@
|
||||
},
|
||||
open() {
|
||||
this.dialogVisible = true;
|
||||
this.size = this.$parent.selectRows.size;
|
||||
this.size = this.$parent.selectDataCounts;
|
||||
listenGoBack(this.handleClose);
|
||||
},
|
||||
handleClose() {
|
||||
|
Loading…
Reference in New Issue
Block a user