Commit e7e1a149 authored by 王纵's avatar 王纵

表格增加数据更新功能

parent bf4c6742
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zong.wang01@hand-china.com * @Author: zong.wang01@hand-china.com
* @Date: 2024-07-31 15:09:30 * @Date: 2024-07-31 15:09:30
* @LastEditors: zong.wang01@hand-china.com * @LastEditors: zong.wang01@hand-china.com
* @LastEditTime: 2024-08-21 17:03:58 * @LastEditTime: 2024-08-21 17:48:59
* @Version: 1.0.0 * @Version: 1.0.0
* @Description: 页面按钮渲染 * @Description: 页面按钮渲染
* @Copyright: Copyright (c) 2021, Hand-RongJing * @Copyright: Copyright (c) 2021, Hand-RongJing
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
}, },
handlClick(btn) { handlClick(btn) {
this.moreVisible = false; this.moreVisible = false;
const func = this.getClickFunction[btn.name]; const func = this.getClickFunction(btn.name);
func(); func();
}, },
// query(){ // query(){
......
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