Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9361bb3c
authored
2023-02-17 10:57:12 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:初始化数据
1 parent
3d27d359
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
babel.config.js
src/mixins/tableMixin.js
babel.config.js
View file @
9361bb3
...
...
@@ -6,10 +6,6 @@ module.exports = {
"@vue/app"
,
{
"useBuiltIns"
:
"entry"
,
polyfills
:
[
'es6.promise'
,
'es6.symbol'
]
}
]
],
...
...
src/mixins/tableMixin.js
View file @
9361bb3
...
...
@@ -17,7 +17,7 @@ let mixin = {
...
mapGetters
([
'dicData'
])
},
created
()
{
// this.featchData
()
this
.
handleSearch
()
},
methods
:
{
// 表格索引得问题
...
...
Please
register
or
sign in
to post a comment