智慧农业后台管理页面
guoshilong
2022-08-12 2564f03f0c6e3d83d8a5d6a3368391362c104d6e
修复选择农场后,还能在地块选择中选择其他农场地块
1 files modified
3 ■■■■ changed files
src/views/farmplant/farmproductstock.vue 3 ●●●● patch | view | raw | blame | history
src/views/farmplant/farmproductstock.vue
@@ -354,7 +354,6 @@
                user: "",
                region: "",
            },
            selectFarm:"",
            dic:[],
            //销售字段
            form: {
@@ -1139,7 +1138,7 @@
            this.onLoad(this.page)
        },
        selectLand(strainId,index){
            selectByStrainId(strainId,this.selectFarm).then((res)=>{
            selectByStrainId(strainId,this.$farmId).then((res)=>{
                var data = res.data.data
                if(index == 0){//销售
                    const column = this.findObject(this.option.column, "id")