소스 검색

试验汇总修改

duy 1 년 전
부모
커밋
4a127fe621
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/tentative/collect/test.vue

+ 1 - 0
src/views/tentative/collect/test.vue

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