修改全文对比得细节问题
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<template>
|
||||
<a-card :bordered="false">
|
||||
<div class="onlyoffice-box">
|
||||
<a-button icon="plus" type="primary" @click="fileClick">
|
||||
打开onlyoffice
|
||||
</a-button>
|
||||
</div>
|
||||
</a-card>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { postAction, getAction } from '../../api/manage'
|
||||
|
||||
export default {
|
||||
name: 'index',
|
||||
data () {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
fileClick () {
|
||||
getAction('/onlyOffice/saveEditFile', { model: 'model_qb' }).then((res) => {
|
||||
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.onlyoffice-box{
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user