1
lkk
昨天 4d186d588a4ebae2b2b30e0e7e24c42e9e859c42
1
1个文件已修改
4 ■■■ 已修改文件
src/views/reservation/reservations/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reservation/reservations/index.vue
@@ -2432,7 +2432,7 @@
        this.CompanyList.forEach((item) => {
          if (item.drugManufacturerId == this.form.dictCompId) {
            this.form.compName = item.cnName;
            this.queryParams.company = item.cnName;
            // this.queryParams.company = item.cnName;
          }
        });
        Deptlist(value).then((response) => {
@@ -2464,6 +2464,8 @@
        this.queryParams.yyjssj = null;
      }
      listReservation(this.queryParams).then((response) => {
        console.log(this.queryParams,9999999);
        this.reservationList = response.rows;
        //  response.rows.forEach((item, index) =>
        // {item.newID =(this.queryParams.pageNum - 1) * this.queryParams.pageSize +index +1;