智慧农业后台管理页面
guoshilong
2022-09-15 48929d592615d01c5fb34a3589c01c809c4c3a76
src/views/task/task.vue
@@ -165,7 +165,7 @@
            // dicUrl: `/api/soldr/soldr/selectSol`,
            props: {
              label: "spn",
              value: "stockId1"
              value: "id"
            },
            change: function (value) {
              // console.log(value.value)
@@ -339,7 +339,7 @@
            dicUrl: `/api/soldr/soldr/selectSol`,
            props: {
              label: "spn",
              value: "stockId1"
              value: "id"
            },
            change: function (value) {
              // console.log(value.value)
@@ -656,8 +656,10 @@
      getLandList(this.$farmId).then((res) => {
        if (res.data.code == 200) {
          var landIdcolumn = that.findObject(that.option.column, "landId");
          var landIdColumnChuli = that.findObject(that.optionchuli.column,"landId")
          that.landList = res.data.data;
          landIdcolumn.dicData = res.data.data;
          landIdColumnChuli.dicData = res.data.data
        }
      })
    },