|
@@ -635,6 +635,8 @@ export default {
|
|
|
async goToMoreEquipment(e) {
|
|
|
// this.$router.push({ name: 'MoreEquipmentList', params: {} })
|
|
|
console.log(e.target)
|
|
|
+ // TODO: 更多设备
|
|
|
+ return false
|
|
|
this.showMoreCardList = true
|
|
|
this.moreCardList = cloneDeep(this.cardList)
|
|
|
console.log()
|