Skip to content

Commit ee0fce5

Browse files
committed
fix:query-list created #124
1 parent d6b23f3 commit ee0fce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/list/table/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</div>
6363

6464
<div class="table-operator">
65-
<a-button type="primary" icon="plus" @click="$router.push({ name: 'QueryListEdit' })">新建</a-button>
65+
<a-button type="primary" icon="plus" @click="handleEdit(record)">新建</a-button>
6666
<a-button type="dashed" @click="tableOption">{{ optionAlertShow && '关闭' || '开启' }} alert</a-button>
6767
<a-dropdown v-action:edit v-if="selectedRowKeys.length > 0">
6868
<a-menu slot="overlay">

0 commit comments

Comments
 (0)