mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Pre Merge pull request !41 from 纵横四海/N/A
This commit is contained in:
commit
b8edababbd
@ -77,6 +77,9 @@
|
|||||||
},
|
},
|
||||||
// 设置单项数据
|
// 设置单项数据
|
||||||
setItem: function (item) {
|
setItem: function (item) {
|
||||||
|
if(this.isClicked) return;
|
||||||
|
this.isClicked=true;
|
||||||
|
setTimeout(()=>{this.isClicked=false},500);
|
||||||
if (!this.mult) {
|
if (!this.mult) {
|
||||||
this.setValue(item.xurl).setInput();
|
this.setValue(item.xurl).setInput();
|
||||||
} else if ((item.checked = !this.idxs[item.id])) {
|
} else if ((item.checked = !this.idxs[item.id])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user