陈少旭 1 mese fa
parent
commit
ae023cd811
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/xt_pages/drugSourceCode/drugQuery.vue

+ 2 - 1
src/xt_pages/drugSourceCode/drugQuery.vue Vedi File

@@ -630,7 +630,8 @@ export default {
630 630
 
631 631
                   }).catch(() => {
632 632
                   })
633
-                }else{that.tableData = that.tableData.concat(response.data.data.info)
633
+                }else{
634
+                  that.tableData = that.tableData.concat(response.data.data.info)
634 635
 
635 636
                 }
636 637
               }