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
zhouqian
vue-gjjs
Commits
3387c1bb
Commit
3387c1bb
authored
Sep 14, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cctdav修改
parent
6f5d4f48
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
Cctdav1.vue
src/views/Business/Cctdav/Cctdav1.vue
+19
-2
No files found.
src/views/Business/Cctdav/Cctdav1.vue
View file @
3387c1bb
...
...
@@ -317,7 +317,7 @@
grp: 'ccdgrp',
rol: 'col',
}"
:disabled="
true
"
:disabled="
model.ccdgrp.rec.modset == '2' || this.flag3
"
>
</c-ptap> -->
...
...
@@ -370,7 +370,7 @@
maxlength=
"150"
show-word-limit
placeholder=
"请输入名称地址"
:disabled=
"model.ccdgrp.rec.modset == '2'"
:disabled=
"model.ccdgrp.rec.modset == '2'
|| this.flag3
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -396,6 +396,7 @@ export default {
return
{
flag1
:
false
,
flag2
:
false
,
flag3
:
false
,
};
},
watch
:{
...
...
@@ -419,6 +420,22 @@ export default {
}
}
},
"model.ccdgrp.col.pts.extkey"
:{
immediate
:
true
,
handler
(
val
,
oldVal
){
if
(
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
!=
''
){
this
.
flag3
=
true
;
}
else
{
this
.
flag3
=
false
;
}
}
},
"model.ccdgrp.rec.modset"
:
function
()
{
if
(
this
.
model
.
ccdgrp
.
rec
.
modset
==
"2"
)
{
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
=
""
;
this
.
model
.
ccdgrp
.
col
.
pts
.
adrblk
=
""
;
}
},
},
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