|
|
@@ -334,7 +334,7 @@ export default {
|
|
|
let dat = { orgId: this.id, type: 4 };
|
|
|
// console.log(dat,2222222222)
|
|
|
listOrgPhysicalDefenseConstruction(dat).then((data) => {
|
|
|
- console.log("机构信息获取成功");
|
|
|
+ // console.log("机构信息获取成功");
|
|
|
this.constructionList = data.rows;
|
|
|
this.orgloading = false;
|
|
|
});
|
|
|
@@ -349,6 +349,7 @@ export default {
|
|
|
orgcancel() {
|
|
|
this.orgopen = false;
|
|
|
this.orgreset();
|
|
|
+ this.tempRow="";
|
|
|
},
|
|
|
/** 提交按钮 */
|
|
|
submitOrgForm() {
|