This commit is contained in:
yanran200730
2022-07-02 16:58:20 +08:00
parent 2f31efcad8
commit 16c7433361
4 changed files with 13 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="AddMerchan">
<AiTopFixed>
<u-search placeholder="请输入店名、店主、电话" :show-action="false" v-model="businessName" confirm-type="search" @search="current = 1, getList()"/>
<u-search placeholder="请输入店名、店主、电话" :show-action="false" v-model="businessName" confirm-type="search" @clear="current = 1, getList()" @search="current = 1, getList()"/>
</AiTopFixed>
<div class="userList" v-if="list.length">
<ul v-for="(item,index) in list" :key="index">