Browse Source

搜索的小bug

cxmo 1 year ago
parent
commit
e4729b33f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/custom_manage/customList/customShareList.vue

+ 1 - 1
src/views/custom_manage/customList/customShareList.vue

@@ -58,7 +58,7 @@
           placeholder="客户名称/社会信用码/手机号码/邮箱"
           v-model="search_txt"
           style="max-width:531px;margin-bottom: 8px;"
-          @input="getTableData"
+          @input="handleCurrentChange(1)"
           clearable>
             <i slot="prefix" class="el-input__icon el-icon-search"></i>
           </el-input>