Commit c0953915 authored by youjie's avatar youjie

no message

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