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
Show 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 = {
...
@@ -6,10 +6,6 @@ module.exports = {
6
"@vue/app"
,
6
"@vue/app"
,
7
{
7
{
8
"useBuiltIns"
:
"entry"
,
8
"useBuiltIns"
:
"entry"
,
9
polyfills
:
[
10
'es6.promise'
,
11
'es6.symbol'
12
]
13
}
9
}
14
]
10
]
15
],
11
],
...
...
src/mixins/tableMixin.js
View file @
9361bb3
...
@@ -17,7 +17,7 @@ let mixin = {
...
@@ -17,7 +17,7 @@ let mixin = {
17
...
mapGetters
([
'dicData'
])
17
...
mapGetters
([
'dicData'
])
18
},
18
},
19
created
()
{
19
created
()
{
20
// this.featchData
()
20
this
.
handleSearch
()
21
},
21
},
22
methods
:
{
22
methods
:
{
23
// 表格索引得问题
23
// 表格索引得问题
...
...
Please
register
or
sign in
to post a comment