Commit d79c46c9 authored by danfuman's avatar danfuman

修改

parent 4e2bbb1c
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
</template> </template>
<script> <script>
import { financial } from '@/api/detail/party-a/financial' import { financial } from '@/api/detail/party-a/financial'
export default { export default {
name: 'Sidebar', name: 'Sidebar',
props: { props: {
partBoxHeight: { partBoxHeight: {
...@@ -193,7 +193,7 @@ export default { ...@@ -193,7 +193,7 @@ export default {
} }
}, },
created() { created() {
this.financial() this.defaultRoute = JSON.parse(JSON.stringify(this.sideRoute))
}, },
watch:{ watch:{
statisticObj:{ statisticObj:{
...@@ -415,7 +415,7 @@ export default { ...@@ -415,7 +415,7 @@ export default {
return true return true
} }
} }
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment