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-08-20 10:07:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e8fb62d21109b4d0b34618a296c3f3cd901dc0df
e8fb62d2
1 parent
3e7851a3
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/views/index.vue
src/views/index.vue
View file @
e8fb62d
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-
19 23:05:12
* @LastEditTime: 2024-08-
20 10:07:25
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -542,11 +542,10 @@ onMounted(async () => {
document.documentElement.style.setProperty('--border-style', '0');
})
}
//
TODO:
iframe通信-读取联系人身份证信息
// iframe通信-读取联系人身份证信息
window.addEventListener('message', (ev) => {
let data = ev.data || null;
if (data.length) {
console.warn('读取联系人身份证信息', data);
const objectMap = new Map(data?.map(item => [item.key, item.value]));
formData.value.forEach((item) => {
// 绑定别名字段
...
...
Please
register
or
login
to post a comment