Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
c19840f7
Commit
c19840f7
authored
Jul 26, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ae61f83c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
gzdb.vue
...erate-ui/src/views/project/projectList/component/gzdb.vue
+12
-2
No files found.
dsk-operate-ui/src/views/project/projectList/component/gzdb.vue
View file @
c19840f7
...
...
@@ -26,7 +26,11 @@
<el-input
v-model=
"queryParam.target"
placeholder=
"拜访对象"
maxlength=
"500"
style=
"width: 100px;"
>
</el-input>
</div>
<div
class=
"btn btn_primary h32 wc"
@
click=
"add"
:class=
"
{'btn_disabled':queryParam.task == ''}">完成
</div>
<div
class=
"wc"
>
<div
class=
"btn btn_primary h32 "
@
click=
"add"
:class=
"
{'btn_disabled':queryParam.task == ''}">完成
</div>
<div
class=
"btn btn_primary h32"
style=
"border: 1px solid #D3D3D3;background: #ffffff;color:rgba(35,35,35,0.8);"
@
click=
"cancel"
:class=
"
{'btn_disabled':queryParam.task == ''}">取消
</div>
</div>
</div>
</div>
</div>
...
...
@@ -85,7 +89,7 @@
},
data
(){
return
{
isEdit
:
tru
e
,
isEdit
:
fals
e
,
value
:
''
,
status
:
0
,
queryParam
:{
...
...
@@ -129,6 +133,12 @@
}
})
},
cancel
(){
this
.
isEdit
=
false
;
this
.
queryParam
.
target
=
''
this
.
queryParam
.
task
=
''
this
.
queryParam
.
finishTime
=
''
},
getList
(){
this
.
isSkeleton
=
true
getGZDB
(
this
.
searchPram
).
then
(
result
=>
{
...
...
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