Parcourir la source

修改查体模板列表查询参数

zhangxc il y a 6 ans
Parent
commit
ac9b864551
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/icss/PhysicalExamTemplate.vue

+ 1 - 1
src/components/icss/PhysicalExamTemplate.vue

@@ -139,7 +139,7 @@
       },
       getFilterItems() {
         const param = {
-          name: this.filter.proName,
+          deptName: this.filter.proName,
           current: this.currentPage,
           size: this.pageSize
         };