Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
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
华国豪
CRM
Commits
45746779
Commit
45746779
authored
Mar 27, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4b081260
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sceneBox.vue
src/components/dialogModel/sceneBox.vue
+1
-1
login.vue
src/views/login.vue
+2
-2
No files found.
src/components/dialogModel/sceneBox.vue
View file @
45746779
...
...
@@ -506,7 +506,7 @@ export default {
x
.
region
=
this
.
optionsNames
.
filter
(
item
=>
{
return
(
item
.
c
===
'等于'
||
item
.
c
===
'不等于'
)
&&
item
.
t
})
}
else
if
(
x
.
Name
===
'商机金额'
)
{
}
else
if
(
x
.
Name
===
'商机金额'
||
x
.
Name
===
'累计订单数'
)
{
x
.
region
=
this
.
optionsNames
.
filter
(
item
=>
{
return
!
item
.
t
||
item
.
c
!==
'开始于'
||
item
.
c
!==
'结束于'
})
...
...
src/views/login.vue
View file @
45746779
...
...
@@ -128,8 +128,8 @@ export default {
var
msg
=
{
EmAccount
:
this
.
account
,
EmPassword
:
this
.
pwd
,
Domain
:
'testerp.oytour.com'
// Domain: '
crmyx.oytour.com'
//
Domain:'testerp.oytour.com'
Domain
:
'f
crmyx.oytour.com'
};
this
.
apipost
(
'/api/Login/UserLogin'
,
msg
,
res
=>
{
var
jsonData
=
res
.
data
;
...
...
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