智慧农业后台管理页面
Administrator
2022-06-14 735027d05301cc3f1852942eb81503318a25d524
src/views/traceability/recovery.vue
@@ -229,7 +229,7 @@
        data['recoveryId'] = this.selectionList[0].id;
        data['bind'] = '0';
      }
      //新增
      //修改
      update(data).then(
        () => {
          that.$emit("refreshOnLoad");
@@ -272,6 +272,8 @@
      this.onLoad(this.page, this.query);
    },
    onLoad(page, params = {}) {
      params['tenantId'] = this.userInfo.tenant_id;
      params['deptId'] = this.userInfo.dept_id;
      this.loading = true;
      getList(
        page.currentPage,