Ver código fonte

合同计量期分页

duy 1 ano atrás
pai
commit
1f352e7728
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/debit-pay/admin/periods.vue

+ 1 - 0
src/views/debit-pay/admin/periods.vue

@@ -127,6 +127,7 @@ const getTableData = async () => {
     tableLoading.value = false
     if (!error && code === 200) {
         tableData.value = getArrValue(data['records'])
+        searchForm.value.total = data['total']
     } else {
         tableData.value = []
     }