智慧农业后台管理页面
guoshilong
2022-08-19 9c3576895f53af21c789435c70f5484834fc9135
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",