Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
535feaaa
Commit
535feaaa
authored
Sep 01, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bctset修改
parent
023ae280
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
Basp.vue
src/views/Business/Bctset/Basp.vue
+10
-0
Basp1.vue
src/views/Business/Bctset/Basp1.vue
+10
-0
Basp.vue
src/views/Business/Gitset/Basp.vue
+11
-0
No files found.
src/views/Business/Bctset/Basp.vue
View file @
535feaaa
...
...
@@ -357,6 +357,16 @@ export default {
}
},
watch
:{
"model.bopmod.dbcp.baspp.acp"
:{
immediate
:
true
,
handler
(
val
,
oldval
){
if
(
this
.
model
.
bopmod
.
dbcp
.
baspp
.
acp
==
""
){
this
.
model
.
bopmod
.
dbcp
.
baspp
.
acp
=
"X"
}
}
},
},
methods
:{...
Event
},
created
:
function
(){
...
...
src/views/Business/Bctset/Basp1.vue
View file @
535feaaa
...
...
@@ -259,6 +259,16 @@ export default {
}
},
watch
:{
"model.bopmod.dbfp.baspp.acp"
:{
immediate
:
true
,
handler
(
val
,
oldval
){
if
(
this
.
model
.
bopmod
.
dbfp
.
baspp
.
acp
==
""
){
this
.
model
.
bopmod
.
dbfp
.
baspp
.
acp
=
"X"
}
}
},
},
methods
:{...
Event
},
created
:
function
(){
...
...
src/views/Business/Gitset/Basp.vue
View file @
535feaaa
...
...
@@ -418,6 +418,17 @@ export default {
data
()
{
return
{};
},
watch
:{
"model.bopmod.dbcp.baspp.acp"
:{
immediate
:
true
,
handler
(
val
,
oldval
){
if
(
this
.
model
.
bopmod
.
dbcp
.
baspp
.
acp
==
""
){
this
.
model
.
bopmod
.
dbcp
.
baspp
.
acp
=
"X"
}
}
},
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment