liyg преди 2 години
родител
ревизия
818d2952c6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/statisticalReport/components/Ship_dynamic_table.vue

+ 1 - 1
src/views/statisticalReport/components/Ship_dynamic_table.vue

@@ -186,7 +186,7 @@ export default {
     getStockString() {
       let that = this;
       this.axios
-        .post("/api/v1/wmsh/getLoadPortStockList?apiId=158&i=")
+        .post("/api/v1/wmsh/getLoadPortStockList?apiId=158&pageSize=1000&pageNum=1")
         .then(res => {
           console.log(res);
           if (res.status == "200") {