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
3b295341
authored
2023-01-31 10:03:22 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
recordLog引用修改,命名规范
1 parent
b00b06ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
src/api/dbrzcx.js → src/api/recordLog.js
src/views/dbrzcx/index.vue
src/api/
dbrzcx
.js
→
src/api/
recordLog
.js
View file @
3b29534
File moved
src/views/dbrzcx/index.vue
View file @
3b29534
...
...
@@ -49,7 +49,7 @@
import
{
datas
,
sendThis
}
from
"./data"
// 引入表格混入方法
import
table
from
"@/utils/mixin/table"
import
{
getRecordLogPage
}
from
"@/api/
dbrzcx
.js"
;
import
{
getRecordLogPage
}
from
"@/api/
recordLog
.js"
;
import
{
mapGetters
}
from
'vuex'
export
default
{
name
:
"dbrzcx"
,
...
...
Please
register
or
sign in
to post a comment