Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-07-22 12:00:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e7a9aa19894300bd4a5bf2df6fa62a20d1c0257
2e7a9aa1
1 parent
9070c647
fix 流程保存时,需要调用Doris iframe外围的函数
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/index.vue
src/views/index.vue
View file @
2e7a9aa
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-2
1 11:58:41
* @LastEditTime: 2024-07-2
2 12:00:06
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -1079,8 +1079,11 @@ const onSubmit = async (values) => {
showSuccessToast("操作成功");
// 缓存表单返回值
// store.changeSuccessInfo(result.data);
// 表单成功提交后续操作
// successHandle();
//在 iframe 中调用父页面中定义的变量 - Doris需要自由控制
let getChildVal = parent.parent.getChildVal;
if (getChildVal) {
getChildVal();
}
} else {
// 提交按钮禁用状态
submitStatus.value = false;
...
...
Please
register
or
login
to post a comment