Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
bcdf273c
Commit
bcdf273c
authored
Jul 18, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: kk
parent
eb2a14ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
setActCode.vue
...alesleads/actCodeManage/staffActCode/views/setActCode.vue
+1
-0
welcomesItem.vue
src/views/salesleads/components/welcomesItem.vue
+3
-2
No files found.
src/views/salesleads/actCodeManage/staffActCode/views/setActCode.vue
View file @
bcdf273c
...
...
@@ -57,6 +57,7 @@ export default {
this
.
dataArr
=
[];
if
(
e
==
2
)
{
this
.
multiple
=
true
;
this
.
clerkDisabled
=
false
;
}
else
if
(
e
==
1
)
{
this
.
multiple
=
false
;
}
...
...
src/views/salesleads/components/welcomesItem.vue
View file @
bcdf273c
...
...
@@ -30,7 +30,7 @@
<el-input
class=
"w260"
placeholder=
"请输入标题"
v-model=
"welcomePage.title"
@
change=
"onSearch"
clearable
></el-input>
<el-button
plain
class=
"ylbtn"
@
click=
"changeRoute"
>
新建欢迎语
</el-button>
</div>
<el-table
:data=
"welcomeTableData"
max-height=
"3
3
0px"
>
<el-table
:data=
"welcomeTableData"
max-height=
"3
0
0px"
>
<el-table-column
width=
"55"
>
<template
slot-scope=
"scope"
>
<el-radio
:label=
"scope.$index"
@
change
.
native=
"getCurrentRow(scope.row)"
v-model=
"welcome"
>
</el-radio>
...
...
@@ -127,7 +127,7 @@ export default {
// if (this.welcomePage.pageNum == 1) {
if
(
flag1
)
{
this
.
welcome
=
flag
;
this
.
welcomeContent
=
this
.
currentWelcome
.
welcomeContent
;
//
this.welcomeContent = this.currentWelcome.welcomeContent;
}
// else {
// this.welcomeTableData.unshift(this.currentWelcome);
...
...
@@ -184,6 +184,7 @@ export default {
await
getRequest
(
'/haoban-manage3-web/welcome/get'
,
{
welcomeId
:
this
.
welcomeId
,
enterpriseId
:
sessionStorage
.
getItem
(
'userInfos'
)
?
JSON
.
parse
(
sessionStorage
.
getItem
(
'userInfos'
)).
enterpriseId
:
''
}).
then
(
res
=>
{
if
(
res
.
data
.
code
==
0
)
{
this
.
currentWelcome
=
res
.
data
.
result
||
[];
this
.
welcomeContent
=
this
.
currentWelcome
.
welcomeContent
;
this
.
isFlag
=
true
;
this
.
getWelcomeTable
();
}
...
...
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