Commit 7bfb35fb authored by youjie's avatar youjie

no message

parent da1876c9
...@@ -1846,8 +1846,16 @@ ...@@ -1846,8 +1846,16 @@
this.GetTravelAirNotBind() this.GetTravelAirNotBind()
}else{ }else{
if(localStorage.getItem("UnboundDate")){ if(localStorage.getItem("UnboundDate")){
this.UnboundDate = JSON.parse(localStorage.getItem("UnboundDate")) if(this.userInfo.DepartName.indexOf("操作部")!=-1 ||
// this.unbundlingVisible = true (this.userInfo.RB_Branch_id == 1245
&& this.userInfo.DepartName.indexOf("引流")==-1
&& this.userInfo.DepartName.indexOf("市场")==-1)){
this.UnboundDate = JSON.parse(localStorage.getItem("UnboundDate"))
}else{
localStorage.removeItem("UnboundDate");
localStorage.removeItem("UnboundDateTime");
}
} }
} }
...@@ -1907,7 +1915,6 @@ ...@@ -1907,7 +1915,6 @@
} }
); );
} }
}, },
testApi() { testApi() {
var postMsg = { var postMsg = {
......
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