fix: 列表筛选统一调用接口

This commit is contained in:
湛兮
2026-05-26 11:43:27 +08:00
parent 2fcfece32b
commit a6c9f5dee3
6 changed files with 75 additions and 51 deletions
+3
View File
@@ -353,6 +353,7 @@ onMounted(async () => {
placeholder="全部门店"
class="toolbar-control"
:loading="catalogLoading"
@change="handleSearch"
>
<el-option
v-for="store in stores"
@@ -366,6 +367,7 @@ onMounted(async () => {
clearable
placeholder="全部状态"
class="toolbar-control"
@change="handleSearch"
>
<el-option label="启用" value="ACTIVE" />
<el-option label="停用" value="INACTIVE" />
@@ -375,6 +377,7 @@ onMounted(async () => {
clearable
class="keyword-input"
placeholder="搜索姓名或手机号"
@clear="handleSearch"
@keyup.enter="handleSearch"
/>
<div class="toolbar-actions">