@ -288,10 +288,8 @@ export default {
this.loading = true;
this.erpIdColumn = false;
this.thirdIdColumn = false;
debugger
getBasicUnitMaintains(this.query)
.then((response) => {
this.loading = false;
this.erpIdColumn = response.data.BUMErpIdValue == "1" ? true : false;
this.thirdIdColumn = response.data.BUMThirdIdValue == "1" ? true : false;