|
|
@@ -1537,7 +1537,7 @@ export default {
|
|
|
this.Businessreset();
|
|
|
const id = row.id || this.Businessids;
|
|
|
getOrgPhysicalDefenseConstruction(id).then((response) => {
|
|
|
- console.log(response.data,"response.data")
|
|
|
+ // console.log(response.data,"response.data")
|
|
|
this.Businessform = response.data;
|
|
|
this.Businessopen = true;
|
|
|
this.Businesstitle = "编辑安全防范设施建设达标情况";
|