Merge pull request 'master' (#521) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/521
This commit is contained in:
2024-07-11 13:09:38 +00:00

View File

@@ -3,7 +3,7 @@
:title="title" :show-close="false" :visible.sync="visible" v-model="visible" append-to-body :close-on-click-modal="true" >
<div class="picker">
<div class="candidate" v-loading="loading">
<el-input v-model="filterText" @change="getList()"
<el-input v-model="filterText"
clearable placeholder="输入公司进行搜索">
<template #append>
<el-button @click="getList()">搜索</el-button>