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

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

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