Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web
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
office-web
Commits
05333146
Commit
05333146
authored
Nov 03, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 列表
parent
6061dbdf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
administrativeFrame.vue
src/views/contacts/administrativeFrame.vue
+7
-8
onlineChatSet.vue
src/views/enterpriseApp/myCustomer/onlineChatSet.vue
+0
-1
No files found.
src/views/contacts/administrativeFrame.vue
View file @
05333146
...
@@ -209,6 +209,13 @@ export default {
...
@@ -209,6 +209,13 @@ export default {
*/
*/
delMembers
()
{
delMembers
()
{
let
that
=
this
;
let
that
=
this
;
if
(
!
that
.
selectedList
.
length
)
{
that
.
$message
({
message
:
'请选择员工'
,
type
:
'warning'
});
return
false
;
}
that
that
.
$confirm
(
'是否要删除选中的员工?'
,
'提示'
,
{
.
$confirm
(
'是否要删除选中的员工?'
,
'提示'
,
{
type
:
'warning'
type
:
'warning'
...
@@ -219,14 +226,6 @@ export default {
...
@@ -219,14 +226,6 @@ export default {
that
.
selectedList
.
forEach
(
li
=>
{
that
.
selectedList
.
forEach
(
li
=>
{
arr
.
push
(
li
.
employeeClerkId
);
arr
.
push
(
li
.
employeeClerkId
);
});
});
if
(
!
arr
.
length
)
{
that
.
$message
({
message
:
'请选择员工'
,
type
:
'warning'
});
that
.
loading
=
false
;
return
false
;
}
let
params
=
{
let
params
=
{
ids
:
arr
.
join
(
','
)
ids
:
arr
.
join
(
','
)
};
};
...
...
src/views/enterpriseApp/myCustomer/onlineChatSet.vue
View file @
05333146
...
@@ -632,7 +632,6 @@ export default {
...
@@ -632,7 +632,6 @@ export default {
* 获取卡券列表
* 获取卡券列表
*/
*/
getCardList
(
brandId
)
{
getCardList
(
brandId
)
{
console
.
log
(
brandId
);
const
that
=
this
;
const
that
=
this
;
let
para
=
{
let
para
=
{
brandId
:
brandId
,
brandId
:
brandId
,
...
...
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