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
da13b022
authored
2023-03-03 16:56:26 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:上报
1 parent
1331dbb4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletions
src/api/dataReport.js
src/components/EditDialog/index.vue
src/views/jsbwcx/index.vue
src/api/dataReport.js
View file @
da13b02
/*
* @Description: 数据上报模块api文件
* @Autor: renchao
* @LastEditTime: 2023-03-0
1 16:33:08
* @LastEditTime: 2023-03-0
3 14:38:57
*/
/* 引入axios请求文件 */
import
request
from
'@/utils/request'
...
...
@@ -109,4 +109,17 @@ export function restartGenerateXml (bsmReport) {
url
:
urlHeader
+
'restartGenerateXml?bsmReport='
+
bsmReport
,
method
:
'post'
})
}
/**
* @description: 编辑报文头
* @param {*} data
* @author: renchao
*/
export
function
edit
(
data
)
{
return
request
({
url
:
urlHeader
+
'edit'
,
method
:
'post'
,
data
})
}
\ No newline at end of file
...
...
src/components/EditDialog/index.vue
View file @
da13b02
This diff is collapsed.
Click to expand it.
src/views/jsbwcx/index.vue
View file @
da13b02
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment