Commit 834896f7 by lichengming

修改了试样检测

parent e561edb6
...@@ -408,7 +408,7 @@ export default { ...@@ -408,7 +408,7 @@ export default {
}) })
}, },
_submitOk: async function() { _submitOk: async function() {
const result = await soilTest.endExp(this.selectIds.join(',')) const result = await soilTest.endExpIds({ ids: this.selectIds.join(',') })
if (result) { if (result) {
this._resultChange('提交成功') this._resultChange('提交成功')
} }
......
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