Browse Source

完善from搜索

wangqin
zhangzhang 9 months ago
parent
commit
c6001faea4
  1. 2
      ruoyi-ui/src/views/JiHeExpressway/components/InputSearch/index.vue
  2. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue

2
ruoyi-ui/src/views/JiHeExpressway/components/InputSearch/index.vue

@ -105,7 +105,7 @@ export default {
return {
visible: false,
types: this.type,
value: this.valueData,
value: "",
width: null,
popperOptions: {
popHideCallBack: () => {

2
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/firstResponders/index.vue

@ -28,9 +28,7 @@
:formConfigOptions="{ labelWidth: '72px' }"
placeholder="请输入姓名、电话,回车搜索"
type="input"
:valueData="valueData"
:params="params"
:queryParams="queryParams"
@handleSearch="handleSearch"
/>
</div>

Loading…
Cancel
Save