@@ -460,7 +460,7 @@ export default {
this.bankloading = true;
let dat = { orgId: this.$route.params.id };
listBankPhysicalDefenseConstruction(dat).then((data) => {
- // console.log(data);
+
this.BankPhysicalDefenseConstructionList = data.rows;
this.bankloading = false;
});