Selaa lähdekoodia

feat: 修改代码

RDY 3 kuukautta sitten
vanhempi
commit
643bf288a9
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/view/admin/setting/sourceDatabase.vue

+ 3 - 0
src/view/admin/setting/sourceDatabase.vue

@@ -27,6 +27,7 @@
       data() {
         return {
           page: 1,
+          totalCount: 0,
           tableHeader: [
             {
               value: 'tableId',
@@ -74,6 +75,8 @@
                    ...value,
                   ownerType: value.ownerType === 0 ? '12345': value.ownerType === 1 ? '公共资源交易中心' : '政府服务'};
               });
+              this.totalCount = res.data.result.total;
+              // this.page = res.data.pageMessage.pageNum;
         })
          },     
        /** 分页 */