陈少旭 1 month ago
parent
commit
ae023cd811
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/xt_pages/drugSourceCode/drugQuery.vue

+ 2 - 1
src/xt_pages/drugSourceCode/drugQuery.vue View 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
               }