Ver Fonte

修复 字段错误

wzh há 3 anos atrás
pai
commit
02d758346a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/cargoOwnerManage/cargoOwnerCompanyDetail.vue

+ 1 - 1
src/views/cargoOwnerManage/cargoOwnerCompanyDetail.vue

@@ -323,7 +323,7 @@ function resetForm() {
 }
 
 function pageChange(e) {
-  currenrPage.value = e;
+  currentPage.value = e;
   getCargoOwnerAccountList();
 }