Commit 9a244884 authored by 王纵's avatar 王纵

增加表单实例

parent 25ea86d3
...@@ -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 16:19:17 * @LastEditTime: 2024-09-23 11:07:17
* @Version: 1.0.0 * @Version: 1.0.0
* @Description: 表单渲染 * @Description: 表单渲染
* @Copyright: Copyright (c) 2021, Hand-RongJing * @Copyright: Copyright (c) 2021, Hand-RongJing
...@@ -229,6 +229,7 @@ export default { ...@@ -229,6 +229,7 @@ export default {
} }
if (this.formType === 'normal') { if (this.formType === 'normal') {
this.addRef(this, this.tabInfo.tabCode); //正常表单保存表单组件实例,供页面整体保存时使用
await this.loadData(); await this.loadData();
} }
this.formatFieldsValue(); this.formatFieldsValue();
......
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