新增出生登记
-
+
@@ -284,7 +290,11 @@
-
+
@@ -387,7 +397,7 @@ export default {
openSearch: false,
formShow: false,
- formTitle: "组织信息",
+ formTitle: "出生登记",
pageNo: 1,
pageSize: window.localStorage.getItem("pageSize") || 20,
@@ -474,17 +484,17 @@ export default {
},
methods: {
handleClearVillage() {
- this.form.buildId = "";
- this.form.homeId = "";
+ this.fmData.buildId = "";
+ this.fmData.homeId = "";
},
handleClearBuild() {
- this.form.buildId = "";
- this.form.unitId = "";
- this.form.homeId = "";
+ this.fmData.buildId = "";
+ this.fmData.unitId = "";
+ this.fmData.homeId = "";
},
handleClearDan() {
- this.form.unitId = "";
- this.form.homeId = "";
+ this.fmData.unitId = "";
+ this.fmData.homeId = "";
},
handleChangeGrid(val) {
console.log("val", val);
@@ -882,14 +892,14 @@ export default {
overflow: visible;
}
-.resi-cell {
+.demo-form-inline .resi-cell {
display: flex;
align-items: center;
- margin-bottom: 20px;
+ // margin-bottom: 20px;
.resi-cell-label {
flex-shrink: 0;
- // min-width: 70px;
+ min-width: 0;
box-sizing: border-box;
margin-right: 15px;
// text-align: right;