src/views/land/landAdd.vue
@@ -91,6 +91,11 @@ label: "dictValue", value: "dictKey" }, rules: [{ required: true, message: "请选择面积单位", trigger: "click" }], dataType: "number", span: 6, }, @@ -155,6 +160,7 @@ add(row).then(() => { that.$emit("refreshOnLoad") that.$refs.form.resetFields() that.form.landUnit = "0" that.visible = false this.$message({ type: "success",