Commit c0953915 authored by youjie's avatar youjie

no message

parent 9ca7a90a
...@@ -47,7 +47,8 @@ ...@@ -47,7 +47,8 @@
console.log(data.parameter,'---parameter') console.log(data.parameter,'---parameter')
if(data.parameter.FeatureType){ if(data.parameter.FeatureType){
query = { query = {
...data.parameter ...data.parameter,
// Type: data.parameter.Type
} }
}else{ }else{
query = { query = {
......
...@@ -1753,12 +1753,15 @@ ...@@ -1753,12 +1753,15 @@
}, },
}, },
mounted() { mounted() {
let crmuserInfo = JSON.parse(localStorage.crmuserInfo) if(localStorage.crmuserInfo){
if(crmuserInfo let crmuserInfo = JSON.parse(localStorage.crmuserInfo)
&&crmuserInfo.parameter if(crmuserInfo
&&crmuserInfo.parameter.typeSystem) { &&crmuserInfo.parameter
this.typeSystem = crmuserInfo.parameter.typeSystem &&crmuserInfo.parameter.typeSystem) {
this.typeSystem = crmuserInfo.parameter.typeSystem
}
} }
let that = this; let that = this;
this.qjGroupId = this.QjGroupId(); this.qjGroupId = this.QjGroupId();
this.apipost('user_post_GetNowVote', {}, r => { this.apipost('user_post_GetNowVote', {}, r => {
......
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