Explorar el Código

修复 字段错误

wzh hace 3 años
padre
commit
02d758346a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
 }