修改bug
This commit is contained in:
@@ -34,13 +34,13 @@
|
||||
<script>
|
||||
import { getAction, postAction, deleteAction } from '@/api/manage'
|
||||
import search from '@/components/search/index'
|
||||
import tableData from '@/components/ocrTable/docTable'
|
||||
import TableData from '@/components/OcrTable/DocTable'
|
||||
import eventBUs from '../../../../common/event'
|
||||
export default {
|
||||
name: 'docTable',
|
||||
components:{
|
||||
search,
|
||||
tableData,
|
||||
TableData,
|
||||
|
||||
},
|
||||
props:{
|
||||
|
||||
@@ -156,12 +156,12 @@
|
||||
|
||||
<script>
|
||||
import Vue from 'vue'
|
||||
import splitUpload from '@/components/splitUpload/index'
|
||||
import SplitUpload from '@/components/SplitUpload/index'
|
||||
import UEditor from '@/components/ueditor/index'
|
||||
export default {
|
||||
name: 'splitAddForm',
|
||||
components:{
|
||||
splitUpload,
|
||||
SplitUpload,
|
||||
UEditor
|
||||
},
|
||||
data(){
|
||||
|
||||
Reference in New Issue
Block a user