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-15 18:27:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
302cf1c92e1bf651d8c54f5460cc5e7c59cbbbbe
302cf1c9
1 parent
9879da87
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
302cf1c
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-1
3 19:10:13
* @LastEditTime: 2024-07-1
5 18:26:54
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -551,7 +551,6 @@ onMounted(async () => {
const history_data = await queryFormDataAPI({ form_code: $route.query.code, data_id, openid: iframe_openid });
if (history_data.code) {
let object = history_data.data; // 表单数据
console.log("🚀 ~ file: index.vue:553 ~ onMounted ~ object:", object);
formData.value.forEach((item) => { // 把对应数据赋值到表单
for (const key in object) {
const element = object[key];
...
...
Please
register
or
login
to post a comment