Commit e74e91c7 authored by 王纵's avatar 王纵

查询搜索

parent 9a244884
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zong.wang01@hand-china.com * @Author: zong.wang01@hand-china.com
* @Date: 2024-07-29 10:51:56 * @Date: 2024-07-29 10:51:56
* @LastEditors: zong.wang01@hand-china.com * @LastEditors: zong.wang01@hand-china.com
* @LastEditTime: 2024-09-19 15:37:07 * @LastEditTime: 2024-10-12 11:26:43
* @Version: 1.0.0 * @Version: 1.0.0
* @Description: 查询表单渲染 * @Description: 查询表单渲染
* @Copyright: Copyright (c) 2021, Hand-RongJing * @Copyright: Copyright (c) 2021, Hand-RongJing
...@@ -89,8 +89,11 @@ export default { ...@@ -89,8 +89,11 @@ export default {
this.configDatas = this.dynamicInfo().config; this.configDatas = this.dynamicInfo().config;
}, },
methods: { methods: {
onSearch() { // 搜索 onSearch(val) { // 搜索
// console.log('souusole') const values = {
[this.fields[0].columnName]: val
}
EventBus.$emit('tableQuery', {values, tabCode: this.tabInfo.tabCode});
}, },
showForm() { showForm() {
this.show = true; 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