fa35274e by zrj

9.22 lpt搜索框删除时增加查询列表功能

1 parent a2c38d71
......@@ -15,7 +15,7 @@
</el-col>
<el-col :lg="12">
<div style="display: flex;align-items: center;height: 100%">
<el-input v-model="searchParam.name" class="search-input" clearable :placeholder="languageLibrary[language].e">
<el-input v-model="searchParam.name" class="search-input" clearable @clear="getList" :placeholder="languageLibrary[language].e">
<template #append>
<el-button @click="getList" class="search-btn" >
<el-icon>
......
......@@ -7,7 +7,7 @@
</el-col>
<el-col :lg="12">
<div style="display: flex;align-items: center;height: 100%">
<el-input class="search-input" clearable :placeholder="languageLibrary[language].c" v-model="searchParam.name">
<el-input class="search-input" clearable @clear="getList" :placeholder="languageLibrary[language].c" v-model="searchParam.name">
<template #append>
<el-button @click="getList" class="search-btn" >
<el-icon>
......
......@@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => {
},
'/dev-api': {
// target: 'http://192.168.1.118:8082/',
target: 'http://192.168.1.238:8082',
// target: 'https://www.longpoker.com/stage-api/',
// target: 'http://192.168.1.238:8082',
target: 'https://www.longpoker.com/stage-api/',
// target: 'http://124.70.181.90:1880/stage-api',
// target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!