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-10-25 20:46:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
30f0e16d5d040177a2c79ccd8c7dd540ed87b856
30f0e16d
1 parent
115aa8e1
✨ feat: 自定义表单H5页面的 page_type 参数需要传递给 query_formdata 接口
信息安全-加密身份证
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
30f0e16
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-
16 16:42:21
* @LastEditTime: 2024-10-
25 20:45:12
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -469,7 +469,7 @@ onMounted(async () => {
// TAG:获取原来表单数据
if (data_id) { // 如果有data_id,则获取历史数据 否则获取表单默认值
const history_data = await queryFormDataAPI({ form_code: $route.query.code, data_id, openid: iframe_openid, force_back });
const history_data = await queryFormDataAPI({ form_code: $route.query.code, data_id, openid: iframe_openid, force_back
, page_type
});
if (history_data.code) {
// 结构优化一下
let object = history_data.data;
...
...
Please
register
or
login
to post a comment