智慧农业后台管理页面
guoshilong
2022-08-15 1db9f4a526bb454f39192ca18896d029d55acb5e
修复添加地块后,不能再次添加的问题
1 files modified
6 ■■■■ changed files
src/views/land/landAdd.vue 6 ●●●● patch | view | raw | blame | history
src/views/land/landAdd.vue
@@ -122,7 +122,7 @@
        },
        //初始化
        init () {
            console.log(22222222222222)
            // console.log(22222222222222)
            //清空面的数据
            this.$store.commit('clear_polygon')
            //计算当前时间
@@ -130,7 +130,7 @@
            this.form.farmId = this.$farmId
        },
        // 表单提交
        submit (row, loading) {
        submit (row, done) {
            row['deptId'] = this.userInfo.dept_id
            // row.farmId = this.farm.id
            var that = this
@@ -163,7 +163,7 @@
                })
                done()
            }, error => {
                loading()
                // loading()
                window.console.log(error)
            })
        },