瀏覽代碼

绩效待评分、待确认页面分页组件消失问题处理;

001295 1 年之前
父節點
當前提交
263ff7b414
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/business/ehr/pm/awaitMarkPm/index.vue
  2. 1 0
      src/views/business/ehr/pm/awaitVerifyPm/index.vue

+ 1 - 0
src/views/business/ehr/pm/awaitMarkPm/index.vue

@@ -87,6 +87,7 @@ export default {
       this.loading = true;
       listUnMark(this.queryParams).then(response => {
         this.listData = response.rows;
+        this.total = response.total;
         this.loading = false;
       });
     },

+ 1 - 0
src/views/business/ehr/pm/awaitVerifyPm/index.vue

@@ -97,6 +97,7 @@ export default {
       this.loading = true;
       listUnVerify(this.queryParams).then(response => {
         this.listData = response.rows;
+        this.total = response.total;
         this.loading = false;
       });
     },