智慧农业后台管理页面
Administrator
2022-06-01 507ef76311a254c670c07933819f9a9ad35676e9
src/views/traceability/addTraceability.vue
@@ -479,7 +479,8 @@
        return;
      }
      if (this.selectionList.length ==1) {
        that.formLabelAlign['code'] = this.selectionList[0].code;
        that.formLabelAlign['recoveryId'] = this.selectionList[0].id;
        that.formLabelAlign['bind'] = '0';
      }
      //新增
      save(that.formLabelAlign).then(
@@ -610,7 +611,6 @@
    },
    selectionChange(list) {
      this.selectionList = list;
      console.log(this.selectionList, 123456789);
    },
    selectionClear() {
      this.selectionList = [];