Commit 31d53ae9 by lichengming

修改了库房样品管理

parent 622df50c
......@@ -268,7 +268,7 @@ export default {
http.delete('soil/v1/alone_sample/?ids=' + data).then(res => res),
pageWarehouseLocationSample: data =>
http
.post('/v1/sample/page_warehouse_location_sample', data)
.post('soil/v1/sample/page_warehouse_location_sample', data)
.then(res => res),
storageSampleSubmit: data =>
http
......
......@@ -285,7 +285,7 @@ export default {
_page: async function() {
this.selectIds = []
Object.assign(this.formObj, this.$refs.pageTable._searchParams())
const result = await soilSample.pageStorehouseSample(
const result = await soilSample.pageWarehouseLocationSample(
this.$serializeForm(this.formObj)
)
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