We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
点击分页按钮,出现如视频所示,数据重复,部分数据被覆盖。
你是如何使用 amis 的? npm
amis 版本是什么?请先在最新 beta 版本测试问题是否存在 最新
粘贴有问题的完整 amis schema 代码:
amis schema
{ "type": "page", "title": "1", "body": [ { "type": "form", "body": [ { "type": "input-excel", "name": "wl_travel_user", "label": "上传 Excel", "id": "u:3cf73744e9cd" }, { "type": "tabs", "id": "input_tabs", "tabs": [ { "title": "行程信息", "body": [ { "type": "group", "id": "group8", "body": [ { "type": "wrapper", "name": "wl_travel_user", "id": "input_wl_travel_user", "visibleOn": "${ls:page_pr.input_wl_travel_user !== 0}", "disabledOn": "${ls:page_pr.input_wl_travel_user === 1}", "label": "游客信息", "placeholder": "请输入游客信息", "body": [ { "type": "button", "label": "清除全部", "level": "warning", "confirmText": "确定要清除全部游客数据吗?", "onEvent": { "click": { "actions": [ { "actionType": "reset", "componentId": "wl_travel_user" } ] } }, "id": "u:d2f9d0e8a0b9" }, { "type": "tpl", "tpl": "总数:${COUNT(wl_travel_user)}人", "id": "u:85c6c0c17bd7" }, { "type": "input-table", "name": "wl_travel_user", "id": "wl_travel_user", "label": "游客信息", "showIndex": true, "needConfirm": false, "deleteBtnLabel": "删除", "deleteBtnIcon": "fa fa-times text-danger", "placeholder": "请输入游客信息", "columns": [ { "type": "hidden", "name": "TravelUserID", "id": "TravelUserID", "className": "w-0", "quickEdit": false, "placeholder": "-" }, { "type": "input-text", "name": "username", "label": "<font color='red'>*</font>姓名", "mode": "inline", "quickEdit": false, "className": "w-sm", "clearable": true, "id": "u:3af02f33ff74" }, { "type": "input-text", "name": "cert_no", "label": "<font color='red'>*</font>证件号码", "clearable": true, "id": "u:8cd23dc917e4" }, { "type": "input-text", "name": "contact_phone", "label": "联系电话", "mode": "inline", "quickEdit": false, "className": "w-sm", "clearable": true, "id": "u:50f79fb6500c" }, { "type": "hidden", "name": "source", "quickEdit": false, "value": 1, "id": "u:0158b288c419" } ], "body": [ { "type": "button", "label": "清除全部", "level": "warning", "confirmText": "确定要清除全部游客数据吗?", "onEvent": { "click": { "actions": [ { "actionType": "reset", "componentId": "wl_travel_user" } ] } } }, { "type": "tpl", "tpl": "总数:${COUNT(wl_travel_user)}人" } ], "perPage": 3, "addable": true, "copyable": false, "editable": true, "removable": true, "canAccessSuperData": true, "showTableAddBtn": true, "strictMode": false } ], "style": { "position": "static", "display": "block", "fontFamily": "", "fontSize": 12 }, "isFixedHeight": false, "isFixedWidth": false } ] }, { "type": "divider", "id": "u:2bee3c913372" }, { "type": "divider", "id": "u:1d7490a613da" }, { "type": "group", "id": "group15", "body": [ { "type": "uuid", "name": "_UUID", "id": "input__UUID", "visibleOn": "${ls:page_pr.input__UUID !== 0}", "disabledOn": "${ls:page_pr.input__UUID === 1}", "placeholder": "请输入" } ] } ], "id": "input_Tab1" } ], "onEvent": { "change": { "actions": [ { "componentId": "addForm", "actionType": "reload", "data": { "edtbsValue": 2 }, "expression": "${event.data.value == 2}" }, { "componentId": "service-reload", "actionType": "reload", "expression": "${event.data.value == 2}" } ] } } } ], "id": "addForm", "data": { "code": "${code}" }, "feat": "Edit", "debug": true, "showCloseButton": true, "closeOnOutside": false, "closeOnEsc": false, "showErrorMsg": true, "showLoading": true, "draggable": false, "dsType": "api", "labelAlign": "left", "actions": [ { "type": "submit", "label": "提交", "primary": true, "id": "u:73599851a50d" } ] } ], "id": "u:90a9a49c318c", "asideResizor": false, "pullRefresh": { "disabled": true } }
测试文件.xlsx
The text was updated successfully, but these errors were encountered:
👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.
Please review the labels and make any necessary changes.
Sorry, something went wrong.
No branches or pull requests
描述问题:
点击分页按钮,出现如视频所示,数据重复,部分数据被覆盖。
截图或视频:
iShot_2025-04-07_17.07.10.mp4
如何复现(请务必完整填写下面内容):
你是如何使用 amis 的?
npm
amis 版本是什么?请先在最新 beta 版本测试问题是否存在
最新
粘贴有问题的完整
amis schema
代码:在官网可复现操作,
测试文件.xlsx
The text was updated successfully, but these errors were encountered: