|
|
@ -187,6 +187,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
changeInv() {
|
|
|
|
changeInv() {
|
|
|
|
this.selInvVisible = true;
|
|
|
|
this.selInvVisible = true;
|
|
|
|
|
|
|
|
localStorage.setItem("insuranceCode", JSON.stringify( this.userInfo.locInvCode));
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
getDeptList() {
|
|
|
|
getDeptList() {
|
|
|
@ -252,6 +253,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
closeDialog() {
|
|
|
|
closeDialog() {
|
|
|
|
this.selInvVisible = false;
|
|
|
|
this.selInvVisible = false;
|
|
|
|
|
|
|
|
this.userInfo.locInvCode=JSON.parse(localStorage.getItem("insuranceCode"));
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|