fix(性能测试): 修复加载jmx文件多选框翻页选中失效问题

https://www.tapd.cn/55049933/bugtrace/bugs/view?bug_id=1155049933001019307
--user=郭雨琦
This commit is contained in:
guoyuqi 2022-11-11 14:17:39 +08:00 committed by xiaomeinvG
parent 8a0fb45b4a
commit a966eef214
1 changed files with 2 additions and 1 deletions

View File

@ -39,12 +39,13 @@
</template>
</ms-table-header>
<el-table v-loading="loading"
row-key="id"
class="basic-config"
:data="existFiles"
@select-all="handleSelectAll"
@select="handleSelectionChange">
<el-table-column type="selection"/>
<el-table-column type="selection" reserve-selection/>
<el-table-column
prop="name"
:label="$t('load_test.file_name')">