update app/admin/view/api/upload/image.html.

uploadOneImage(),选择图片时,双击出错,加防抖

Signed-off-by: 纵横四海 <windows_1122334@126.com>
This commit is contained in:
纵横四海 2024-07-08 03:32:46 +00:00 committed by Gitee
parent 0052d8ad28
commit 74659b954b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -77,6 +77,9 @@
},
// 设置单项数据
setItem: function (item) {
if(this.isClicked) return;
this.isClicked=true;
setTimeout(()=>{this.isClicked=false},500);
if (!this.mult) {
this.setValue(item.xurl).setInput();
} else if ((item.checked = !this.idxs[item.id])) {