BUG 30003

This commit is contained in:
aixianling
2022-06-06 11:22:15 +08:00
parent 34dd2fcbcc
commit 94331d6ba0
9 changed files with 274 additions and 322 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>