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
a56669e1
authored
2023-01-31 10:09:36 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dataReport引用修改,命名修改
1 parent
1cd750ed
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
src/api/sbbwcx.js → src/api/dataReport.js
src/components/dataDetails/edit-dialog.vue
src/components/dataDetails/result.vue
src/views/jsbwcx/components/result.vue
src/views/jsbwcx/index.vue
src/views/sbbwcx/index.vue
src/api/
sbbwcx
.js
→
src/api/
dataReport
.js
View file @
a56669e
File moved
src/components/dataDetails/edit-dialog.vue
View file @
a56669e
...
...
@@ -118,7 +118,7 @@
import
{
mapGetters
}
from
"vuex"
;
import
JsonEditor
from
"@/components/JsonEditor/index"
;
import
Xyjg
from
"./result"
;
import
{
getDetail
,
getXml
}
from
"@/api/
sbbwcx
.js"
;
import
{
getDetail
,
getXml
}
from
"@/api/
dataReport
.js"
;
import
{
MessageBox
}
from
"element-ui"
;
export
default
{
components
:
{
JsonEditor
,
Xyjg
},
...
...
src/components/dataDetails/result.vue
View file @
a56669e
...
...
@@ -13,7 +13,7 @@
</div>
</
template
>
<
script
>
import
{
getReceiveDataReportResult
}
from
"@/api/
sbbwcx
.js"
;
import
{
getReceiveDataReportResult
}
from
"@/api/
dataReport
.js"
;
export
default
{
components
:
{},
props
:
{
...
...
src/views/jsbwcx/components/result.vue
View file @
a56669e
...
...
@@ -13,7 +13,7 @@
</div>
</
template
>
<
script
>
import
{
getReceiveDataReportResult
}
from
"@/api/
sbbwcx
.js"
;
import
{
getReceiveDataReportResult
}
from
"@/api/
dataReport
.js"
;
export
default
{
components
:
{},
props
:
{
...
...
src/views/jsbwcx/index.vue
View file @
a56669e
...
...
@@ -101,7 +101,7 @@
import
data
from
"./data"
;
// 引入table混入方法
import
tableMixin
from
"@/mixins/tableMixin.js"
;
import
{
getReceiveDataReportPage
}
from
"@/api/
sbbwcx
.js"
;
import
{
getReceiveDataReportPage
}
from
"@/api/
dataReport
.js"
;
// 引入详情弹框
import
dataDetails
from
"@/components/dataDetails/edit-dialog"
;
export
default
{
...
...
src/views/sbbwcx/index.vue
View file @
a56669e
...
...
@@ -86,7 +86,7 @@ import { datas, sendThis } from "./data";
import
table
from
"@/utils/mixin/table"
;
// 引入详情弹框
import
dataDetails
from
"@/components/dataDetails/edit-dialog"
;
import
{
getDataReportPage
}
from
"@/api/
sbbwcx
.js"
;
import
{
getDataReportPage
}
from
"@/api/
dataReport
.js"
;
export
default
{
name
:
"sbbwcx"
,
...
...
Please
register
or
sign in
to post a comment