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
f7e30b59
authored
2022-08-29 10:02:22 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请业务规则
1 parent
af574d3d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
.env.development
src/views/system/sqywgz/components/djqxsd.vue
src/views/system/sqywgz/components/dyztsd.vue
src/views/system/sqywgz/components/editDialog.vue
.env.development
View file @
f7e30b5
...
...
@@ -5,4 +5,4 @@ NODE_ENV=development
VUE_APP_BASE_API = '/dev-api'
# 开发环境
VUE_APP_API_BASE_URL = 'http://192.168.2.
44
:8009'
VUE_APP_API_BASE_URL = 'http://192.168.2.
95
:8009'
...
...
src/views/system/sqywgz/components/djqxsd.vue
View file @
f7e30b5
...
...
@@ -26,9 +26,15 @@
import
{
upward
,
down
}
from
'@/utils/operation'
export
default
{
props
:
{
djqxList
:
{
type
:
Array
,
default
:
[]
},
djqxList
:
{
type
:
Array
,
default
:
()
=>
{
return
[]
}
},
ruleForm
:
{
type
:
Object
,
default
:
{}
type
:
Object
,
default
:
()
=>
{
return
{}
}
}
},
data
()
{
...
...
src/views/system/sqywgz/components/dyztsd.vue
View file @
f7e30b5
...
...
@@ -51,9 +51,10 @@ export default {
ruleForm
:
{
type
:
Object
,
default
:
{}
},
//
sxql
:
{
type
:
Array
,
default
:
[]
type
:
Array
,
default
:
()
=>
{
return
[]
}
}
},
data
()
{
...
...
src/views/system/sqywgz/components/editDialog.vue
View file @
f7e30b5
...
...
@@ -147,6 +147,8 @@ export default {
detailList
:
{
handler
:
function
(
newValue
)
{
this
.
titleList
=
newValue
this
.
n
=
0
this
.
tn
=
0
this
.
getSqdjywDetail
(
newValue
[
0
].
bsmSqyw
)
},
deep
:
true
...
...
Please
register
or
sign in
to post a comment