|
|
|
@ -490,6 +490,8 @@ export default {
|
|
|
|
|
let newQuery = {...this.$route.query};
|
|
|
|
|
delete newQuery.billNo;
|
|
|
|
|
newQuery.workplaceId = val
|
|
|
|
|
delete newQuery.workPlaceClass;
|
|
|
|
|
newQuery.workPlaceClass = info.workPlaceClass
|
|
|
|
|
this.$router.push({query: newQuery, path: this.$route.path});
|
|
|
|
|
this.formData.workplaceName = info.workplaceName;
|
|
|
|
|
this.editableTabs = []
|
|
|
|
@ -500,6 +502,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
this.selectWorkplaceClosrrButDisabled = false
|
|
|
|
|
this.selectWorkplaceeDisabled = false
|
|
|
|
|
location.reload();
|
|
|
|
|
},
|
|
|
|
|
parentMethod(data) {
|
|
|
|
|
const foundTab = this.findAllTabByName(data)
|
|
|
|
|