无等级网格版合并

This commit is contained in:
aixianling
2022-06-13 09:39:19 +08:00
parent 0736ea98d0
commit 2a4d9b2b1c
67 changed files with 1490 additions and 16970 deletions

View File

@@ -144,18 +144,14 @@
add (id) {
this.$emit('change', {
type: 'ApplyAdd',
params: {
id: id || ''
}
params: {id}
})
},
toDetail (id) {
this.$emit('change', {
type: 'ApplyDetail',
params: {
id
}
params: {id}
})
},
@@ -176,4 +172,4 @@
</script>
<style lang="scss" scoped>
</style>
</style>