hookehuyr

fix

<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-13 19:10:13
* @LastEditTime: 2024-07-15 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];
......