4
0
Преглед на файлове

更改 待复存 已归档 id字段名

gongyb преди 4 години
родител
ревизия
d94354805e

+ 2 - 2
src/dashoo.cn/frontend_animal/src/pages/samples/archived/index.vue

@@ -1146,7 +1146,7 @@ export default {
         }
       }
       let params = {
-        currentPage: this.currentPage,
+        current_page: this.currentPage,
         size: this.size,
         bar_code: this.BarCode,
         sample_code: this.SampleCode,
@@ -1193,7 +1193,7 @@ export default {
           }
         }
         let paramsid = {
-          Id: id
+          id: id
         }
         params = Object.assign(params, paramsid)
       }

+ 2 - 2
src/dashoo.cn/frontend_animal/src/pages/samples/waitingstore/index.vue

@@ -1148,7 +1148,7 @@
           }
         }
         let params = {
-          currentPage: this.exportType == 'exportall' ? 0 : this.currentPage,
+          current_page: this.exportType == 'exportall' ? 0 : this.currentPage,
           size: this.exportType == 'exportall' ? 0 : this.size,
           bar_code: this.BarCode,
           sample_code: this.SampleCode,
@@ -1195,7 +1195,7 @@
             }
           }
           let paramsid = {
-            Id: id
+            id: id
           }
           params = Object.assign(params, paramsid)
         }