Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-07-18 10:22:22 | 2 | * @Date: 2022-07-18 10:22:22 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-07-13 19:10:13 | 4 | + * @LastEditTime: 2024-07-15 18:26:54 |
| 5 | * @FilePath: /data-table/src/views/index.vue | 5 | * @FilePath: /data-table/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -551,7 +551,6 @@ onMounted(async () => { | ... | @@ -551,7 +551,6 @@ onMounted(async () => { |
| 551 | const history_data = await queryFormDataAPI({ form_code: $route.query.code, data_id, openid: iframe_openid }); | 551 | const history_data = await queryFormDataAPI({ form_code: $route.query.code, data_id, openid: iframe_openid }); |
| 552 | if (history_data.code) { | 552 | if (history_data.code) { |
| 553 | let object = history_data.data; // 表单数据 | 553 | let object = history_data.data; // 表单数据 |
| 554 | - console.log("🚀 ~ file: index.vue:553 ~ onMounted ~ object:", object); | ||
| 555 | formData.value.forEach((item) => { // 把对应数据赋值到表单 | 554 | formData.value.forEach((item) => { // 把对应数据赋值到表单 |
| 556 | for (const key in object) { | 555 | for (const key in object) { |
| 557 | const element = object[key]; | 556 | const element = object[key]; | ... | ... |
-
Please register or login to post a comment