|
|
@@ -1491,6 +1491,8 @@ export default {
|
|
|
this.companyStatus = res.data.status;
|
|
|
uni.setStorageSync("companyStatus", this.companyStatus);
|
|
|
uni.setStorageSync("companyName", res.data.companyAllName);
|
|
|
+ if(res.data.companyId)
|
|
|
+ this.$queue.setData('companyId',res.data.companyId)
|
|
|
} else {
|
|
|
this.companyStatus = "";
|
|
|
this.companyInfo = {};
|