Commit f5c7e789 by lichengming

修改了样品拆分

parent 22627f43
...@@ -325,6 +325,7 @@ export default { ...@@ -325,6 +325,7 @@ export default {
const result = await soilSample.sampleDeleteById(id) const result = await soilSample.sampleDeleteById(id)
if (result) { if (result) {
console.log(result) console.log(result)
this.$emit('on-result-change')
} }
}, },
_deleteById(id) { _deleteById(id) {
......
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