Commit 31d53ae9 by lichengming

修改了库房样品管理

parent 622df50c
...@@ -268,7 +268,7 @@ export default { ...@@ -268,7 +268,7 @@ export default {
http.delete('soil/v1/alone_sample/?ids=' + data).then(res => res), http.delete('soil/v1/alone_sample/?ids=' + data).then(res => res),
pageWarehouseLocationSample: data => pageWarehouseLocationSample: data =>
http http
.post('/v1/sample/page_warehouse_location_sample', data) .post('soil/v1/sample/page_warehouse_location_sample', data)
.then(res => res), .then(res => res),
storageSampleSubmit: data => storageSampleSubmit: data =>
http http
......
...@@ -285,7 +285,7 @@ export default { ...@@ -285,7 +285,7 @@ export default {
_page: async function() { _page: async function() {
this.selectIds = [] this.selectIds = []
Object.assign(this.formObj, this.$refs.pageTable._searchParams()) Object.assign(this.formObj, this.$refs.pageTable._searchParams())
const result = await soilSample.pageStorehouseSample( const result = await soilSample.pageWarehouseLocationSample(
this.$serializeForm(this.formObj) this.$serializeForm(this.formObj)
) )
if (result) { if (result) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment