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
be67a6bd
Commit
be67a6bd
authored
Jan 04, 2019
by
xiaohai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导入导出
parent
c8a09399
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
employeeIo.vue
src/views/contacts/employeeIo.vue
+8
-5
shareContact.vue
src/views/contacts/shareContact.vue
+2
-1
No files found.
src/views/contacts/employeeIo.vue
View file @
be67a6bd
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<el-upload
<el-upload
class=
"upload-demo"
class=
"upload-demo"
ref=
"uploadEdit"
ref=
"uploadEdit"
action=
"http://www.gicdev.com/haoban-manage-web/emp/upload
"
:action=
"url
"
:on-preview=
"handlePreview"
:on-preview=
"handlePreview"
:on-remove=
"handleRemove"
:on-remove=
"handleRemove"
:on-change=
"getChange"
:on-change=
"getChange"
...
@@ -91,16 +91,19 @@ export default {
...
@@ -91,16 +91,19 @@ export default {
uploadExcelComponent
uploadExcelComponent
},
},
data
()
{
data
()
{
var
local
=
window
.
location
.
origin
;
if
(
local
.
indexOf
(
'localhost'
)
!=
-
1
)
{
local
=
'http://www.gicdev.com'
;
}
return
{
return
{
type
:
"note"
,
type
:
"import"
,
fileList
:
[]
fileList
:
[],
url
:
local
+
"/haoban-manage-web/emp/upload"
};
};
},
},
methods
:
{
methods
:
{
resetList
(
val
)
{
resetList
(
val
)
{
this
.
fileList
=
[];
this
.
fileList
=
[];
this
.
$refs
.
upload
.
clearFiles
();
this
.
$refs
.
uploadEdit
.
clearFiles
();
},
},
getErrorNote
()
{
getErrorNote
()
{
let
ths
=
this
;
let
ths
=
this
;
...
...
src/views/contacts/shareContact.vue
View file @
be67a6bd
...
@@ -213,7 +213,8 @@
...
@@ -213,7 +213,8 @@
pageSize
:
100
pageSize
:
100
}
}
};
};
postRequest
(
"/haoban-manage-web/shared-contact/find-shared-member"
,
params
)
params
=
JSON
.
stringify
(
params
);
postJsonRequest
(
"/haoban-manage-web/shared-contact/find-shared-member"
,
params
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
,
"menmers"
);
console
.
log
(
res
,
"menmers"
);
let
list
=
[];
let
list
=
[];
...
...
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