Commit e6a4c513 authored by 张伯涛's avatar 张伯涛

商家切换查询下拉传参修改

parent 5920068a
......@@ -64,6 +64,8 @@ import projectName from "../../common/projectName";
export default {
data() {
return {
wechatType: 'HZY',
// wechatType: 'YHZ',
settingName: '',
isLogin: false,
user: {
......@@ -165,7 +167,7 @@ import projectName from "../../common/projectName";
updateUnit() {
this.unit.show = true
//获取用户所在商家信息
this.$u.get('/sysunit/getUnitInfo').then(ref=>{
this.$u.get('/sysunit/getUnitInfo?wechatType=' + this.wechatType).then(ref=>{
console.log("ref",ref)
// this.$u.vuex('vuex_unit',ref)
this.unit.list = []
......
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