Commit 45746779 authored by 华国豪's avatar 华国豪 🙄

1

parent 4b081260
......@@ -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 !== '结束于'
})
......
......@@ -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: 'fcrmyx.oytour.com'
};
this.apipost('/api/Login/UserLogin', msg, res=>{
var jsonData = res.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment