智慧农业后台管理页面
guoshilong
2022-11-08 082613d446e29e4ec1c16bfaa52345106a498b23
src/views/farm/farmingrecord.vue
@@ -268,6 +268,7 @@
                        label: "备注",
                        prop: "remarks",
                        type: "textarea",
                        maxlength:200,
                        span: 24,
                        labelWidth: 110,
                        hide: true,
@@ -331,7 +332,7 @@
            })
            return ids.join(",")
        },
    },
    },
    mounted () {
    },
    methods: {
@@ -452,6 +453,7 @@
        beforeOpen (done, type) {
            if (["edit", "view"].includes(type)) {
                getDetail(this.form.id).then((res) => {
                    console.log(res.data.data)
                    this.form = res.data.data
                })
            }