Commit e74e91c7 authored by 王纵's avatar 王纵

查询搜索

parent 9a244884
......@@ -2,7 +2,7 @@
* @Author: zong.wang01@hand-china.com
* @Date: 2024-07-29 10:51:56
* @LastEditors: zong.wang01@hand-china.com
* @LastEditTime: 2024-09-19 15:37:07
* @LastEditTime: 2024-10-12 11:26:43
* @Version: 1.0.0
* @Description: 查询表单渲染
* @Copyright: Copyright (c) 2021, Hand-RongJing
......@@ -89,8 +89,11 @@ export default {
this.configDatas = this.dynamicInfo().config;
},
methods: {
onSearch() { // 搜索
// console.log('souusole')
onSearch(val) { // 搜索
const values = {
[this.fields[0].columnName]: val
}
EventBus.$emit('tableQuery', {values, tabCode: this.tabInfo.tabCode});
},
showForm() {
this.show = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment