Commit b42d36e8 authored by 黄媛媛's avatar 黄媛媛
parents 5fea22bb a1279322
...@@ -44,7 +44,8 @@ export default { ...@@ -44,7 +44,8 @@ export default {
ParentId: 0, ParentId: 0,
OrderStr: "RB_Branch_Id asc", OrderStr: "RB_Branch_Id asc",
BName:-1, BName:-1,
RB_Branch_Id:-1 RB_Branch_Id:-1,
Periods: ''
}, },
total: 0, total: 0,
currentPage: 1, currentPage: 1,
...@@ -425,6 +426,7 @@ export default { ...@@ -425,6 +426,7 @@ export default {
if(this.$route.query.companyID) { if(this.$route.query.companyID) {
this.companyID = this.$route.query.companyID; this.companyID = this.$route.query.companyID;
this.msg.RB_Branch_Id = this.$route.query.companyID; this.msg.RB_Branch_Id = this.$route.query.companyID;
this.msg.Periods = this.$route.query.periods;
this.disabledCPSelect = true this.disabledCPSelect = true
} }
let dt=new Date() let dt=new Date()
......
...@@ -112,6 +112,7 @@ export default { ...@@ -112,6 +112,7 @@ export default {
Vue.prototype.domainManager = function () { Vue.prototype.domainManager = function () {
let domainUrl = ''; let domainUrl = '';
domainUrl = "http://192.168.2.214:8082"; domainUrl = "http://192.168.2.214:8082";
domainUrl = "http://reborn.oytour.com";
let locationName = window.location.hostname; let locationName = window.location.hostname;
let javaUrldo=""; let javaUrldo="";
......
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