提交按钮防止多次点击调用接口

This commit is contained in:
fengachen
2021-08-24 17:08:00 +08:00
parent 246a3010d8
commit 17edcf91cd
12 changed files with 94 additions and 36 deletions
+2 -1
View File
@@ -107,6 +107,7 @@
return Object.keys(this.$slots).filter(key => !this.usedSlots.includes(key))
},
scopedSlotsKeys() {
console.log(this.$scopedSlots,'-----------------------------------')
return Object.keys(this.$scopedSlots).filter(key => !this.usedSlots.includes(key))
},
allSlotsKeys() {
@@ -225,4 +226,4 @@
max-width: 100vw;
}
}
</style>
</style>