|
@@ -55,7 +55,11 @@ export default {
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
onclick(){
|
|
onclick(){
|
|
|
|
+ if(getCookie("orgCode") == "chengyunshang"){
|
|
this.options.requestUrl = "/api/v1/rms/getCapacityList?apiId=397&carrierSSOId="+ getCookie("userId") +"&con=" +this.textInput + "&i=" + new Date();
|
|
this.options.requestUrl = "/api/v1/rms/getCapacityList?apiId=397&carrierSSOId="+ getCookie("userId") +"&con=" +this.textInput + "&i=" + new Date();
|
|
|
|
+ }else{
|
|
|
|
+ this.options.requestUrl = "/api/v1/rms/getCapacityList?apiId=397&carrierSSOId="+ null +"&con=" +this.textInput + "&i=" + new Date();
|
|
|
|
+ }
|
|
},
|
|
},
|
|
toInsert() {
|
|
toInsert() {
|
|
this.$router.push("/addCapacity");
|
|
this.$router.push("/addCapacity");
|