Browse Source

添加默认值

develop
王健 4 years ago
parent
commit
9c819b5669
  1. 8
      src/views/land/handLand/newLand.vue
  2. 9
      src/views/land/noneHandLand/newLand.vue

8
src/views/land/handLand/newLand.vue

@ -1738,7 +1738,13 @@ export default {
dialogFormVisible: false,
dialogTitle: "新增数据",
// Form
editForm: {},
editForm: {
bizSpace: 0,
landTransferSquare: 0,
totalConsArea: 0,
commerceSpace: 0,
transferPrice: 0,
},
activeNames: [
"1",
"2",

9
src/views/land/noneHandLand/newLand.vue

@ -1568,7 +1568,13 @@ export default {
dialogFormVisible: false,
dialogTitle: "新增数据",
// Form
editForm: {},
editForm: {
bizSpace: 0,
landTransferSquare: 0,
totalConsArea: 0,
commerceSpace: 0,
transferPrice: 0,
},
activeNames: [
"1",
"2",
@ -1619,7 +1625,6 @@ export default {
avPositionList: [],
landTypeList: [],
cityList: [],
yesOrNo: [],
planTypeList: [],
companyEdit: false,

Loading…
Cancel
Save