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
3aca9cd8
authored
2023-07-14 13:46:19 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
抽取ptjk.js,修改所有引用文件
1 parent
74ebbcd5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
src/api/jkfw.js → src/api/ptjk.js
src/views/jkfw/ptjk/components/addDialog.vue
src/views/jkfw/ptjk/components/retrieveDialog.vue
src/views/jkfw/ptjk/ptjk.vue
src/api/
jkfw
.js
→
src/api/
ptjk
.js
View file @
3aca9cd
/*
* @Description:
* @Description:
平台接口
* @Autor: renchao
* @LastEditTime: 2023-05-16 15:56:15
*/
...
...
src/views/jkfw/ptjk/components/addDialog.vue
View file @
3aca9cd
...
...
@@ -58,7 +58,7 @@
</
template
>
<
script
>
import
{
addSysInterface
,
editSysInterface
}
from
"@/api/
jkfw
.js"
import
{
addSysInterface
,
editSysInterface
}
from
"@/api/
ptjk
.js"
export
default
{
components
:
{
},
...
...
src/views/jkfw/ptjk/components/retrieveDialog.vue
View file @
3aca9cd
...
...
@@ -44,10 +44,10 @@
<
script
>
import
vueJsonEditor
from
'vue-json-editor'
import
{
interfaceRetrieve
}
from
"@/api/
jkfw
.js"
import
{
interfaceRetrieve
}
from
"@/api/
ptjk
.js"
export
default
{
components
:
{
vueJsonEditor
vueJsonEditor
},
computed
:
{
},
...
...
@@ -95,7 +95,7 @@ export default {
//关闭弹窗
closeDialog
()
{
this
.
$emit
(
"input"
,
false
);
this
.
interfaceParams
=
{}
this
.
interfaceParams
=
{}
this
.
returnMessage
=
{}
this
.
hasJsonFlag
=
true
},
...
...
src/views/jkfw/ptjk/ptjk.vue
View file @
3aca9cd
...
...
@@ -40,7 +40,7 @@
import
{
mapGetters
}
from
'vuex'
import
table
from
"@/utils/mixin/table"
import
{
datas
,
sendThis
}
from
"./ptjkdata"
import
{
getSysInterfaceList
}
from
'@/api/
jkfw
'
import
{
getSysInterfaceList
}
from
'@/api/
ptjk.js
'
import
addDialog
from
"./components/addDialog.vue"
import
retrieveDialog
from
"./components/retrieveDialog.vue"
export
default
{
...
...
Please
register
or
sign in
to post a comment