Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
60ac1ee5
Commit
60ac1ee5
authored
Jun 30, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
e76fd182
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
gjjl.vue
...erate-ui/src/views/project/projectList/component/gjjl.vue
+2
-0
gzdb.vue
...erate-ui/src/views/project/projectList/component/gzdb.vue
+3
-1
No files found.
dsk-operate-ui/src/views/project/projectList/component/gjjl.vue
View file @
60ac1ee5
...
...
@@ -210,6 +210,8 @@
methods
:{
//添加跟进动态
addFollow
(){
if
(
this
.
addParam
.
content
==
''
)
return
false
if
(
this
.
types
==
'projectgjdt'
){
if
(
this
.
projectId
==
""
||
this
.
projectId
==
null
){
this
.
$message
.
error
(
'请选择关联项目!'
)
...
...
dsk-operate-ui/src/views/project/projectList/component/gzdb.vue
View file @
60ac1ee5
...
...
@@ -26,7 +26,7 @@
<el-input
v-model=
"queryParam.target"
placeholder=
"拜访对象"
style=
"width: 100px;"
>
</el-input>
</div>
<div
class=
"btn btn_primary h32 wc"
@
click=
"add"
:disabled=
"queryParam.task == ''
"
:class=
"
{'btn_disabled':queryParam.task == ''}">完成
</div>
<div
class=
"btn btn_primary h32 wc"
@
click=
"add
"
:class=
"
{'btn_disabled':queryParam.task == ''}">完成
</div>
</div>
</div>
</div>
...
...
@@ -109,6 +109,8 @@
this
.
value
=
""
},
add
(){
if
(
this
.
queryParam
.
task
==
''
)
return
false
addGZDB
(
this
.
queryParam
).
then
(
result
=>
{
if
(
result
.
code
==
200
){
this
.
$message
.
success
(
"添加成功!"
)
...
...
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