update 文档拆分-查看标准分解单
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="split-content">
|
||||
<standard-resolution-sheet></standard-resolution-sheet>
|
||||
<standard-resolution-sheet ref="resolutionSheet" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -10,7 +10,14 @@ import StandardResolutionSheet from '../../../components/StandardResolutionSheet
|
||||
|
||||
export default {
|
||||
name: 'StandardSplitSheet',
|
||||
components: { StandardResolutionSheet }
|
||||
components: { StandardResolutionSheet },
|
||||
mounted () {
|
||||
this.$nextTick(() => {
|
||||
this.$refs.resolutionSheet.splitId = this.$route.query.id
|
||||
this.$refs.resolutionSheet.initClauseFieldList()
|
||||
this.$refs.resolutionSheet.initDetailInfo()
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user