|
@@ -89,11 +89,16 @@ export default {
|
|
accessToken: null,
|
|
accessToken: null,
|
|
userCode: null,
|
|
userCode: null,
|
|
carrierUserId: null,
|
|
carrierUserId: null,
|
|
- carrierId: null
|
|
|
|
|
|
+ carrierId: null,
|
|
|
|
+ orgcode:null
|
|
};
|
|
};
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
this.carrierUserId = getCookie("userId");
|
|
this.carrierUserId = getCookie("userId");
|
|
|
|
+ this.orgcode = getCookie("orgCode");
|
|
|
|
+ if(this.orgcode === "wuliuyunshubu" || this.orgcode === "dagangadmin"){
|
|
|
|
+
|
|
|
|
+ }
|
|
this.form1 = this.form1Initialization;
|
|
this.form1 = this.form1Initialization;
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|