Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
f19fa033
authored
2022-11-29 17:25:37 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chore:文件夹整理
1 parent
cf6ab7ef
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
14 deletions
src/api/file.js
src/api/sqcx.js
src/api/sqcxjl.js
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
src/api/file.js
View file @
f19fa03
import
request
from
'@/utils/request'
import
SERVER
from
'./config'
export
function
uploadUrl
()
{
return
process
.
env
.
VUE_APP_BASE_API
+
SERVER
.
SERVERAPI
+
'/file/upload'
}
// 上传单个文件
export
function
sjClmxUpload
(
data
)
{
return
request
({
...
...
src/api/sqcx.js
View file @
f19fa03
...
...
@@ -15,4 +15,12 @@ export function addJtfcCxjgXx (data) {
method
:
'post'
,
data
})
}
\ No newline at end of file
}
// 获取申请查询记录详细信息
export
function
getJtfcInfo
(
params
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/sqcx/jtfc/getJtfcInfo/'
,
method
:
'get'
,
params
})
}
...
...
src/api/sqcxjl.js
deleted
100644 → 0
View file @
cf6ab7e
import
request
from
'@/utils/request'
import
SERVER
from
'./config'
// 获取申请查询记录详细信息
export
function
getJtfcInfo
(
params
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/sqcx/jtfc/getJtfcInfo/'
,
method
:
'get'
,
params
})
}
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
View file @
f19fa03
...
...
@@ -76,7 +76,7 @@
</
template
>
<
script
>
import
{
getJtfcInfo
}
from
"@/api/sqcx
jl
"
;
import
{
getJtfcInfo
}
from
"@/api/sqcx"
;
import
{
datas
,
sendThis
}
from
"./sqcxjlInfodata"
;
export
default
{
...
...
Please
register
or
sign in
to post a comment