mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
Pre Merge pull request !41 from 纵横四海/N/A
This commit is contained in:
commit
b8edababbd
@ -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])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user