Commit ae9d73e6 authored by jingnan's avatar jingnan 👀

单架次MBOM站位路线保存接口修改

parent 39b0c8bc
......@@ -9,6 +9,7 @@ import config from './config'
import data from './data'
import CsvExportor from 'csv-exportor'
import moment from 'moment'
import { post } from '@/utils/http'
export default {
name: 'TfMomWebStep',
mixins: [config, data],
......@@ -399,7 +400,7 @@ export default {
extProcessExecutorRoutes: routes
}
})
this.$api.recursion('ExtPosition', params, true).then(() => {
post('/ExtPosition/seriesParallelRelationship/save', params, true).then(() => {
this.$utils.showMessageSuccess('保存成功!')
this.getData()
}).finally(() => { this.loading = false })
......
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