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