Commit f0a0aaf6 authored by 周远喜's avatar 周远喜

参数设置接口处理成功。

parent bda9e48b
......@@ -1045,7 +1045,7 @@ export default {
insert_flag: '插单',
important_flag:"插单",
outside_time: '外协时间',
discrete_percent: '离散百分比%',
discrete_percent: '离散',
taskseq_des: '',
workshopcode: '',
routing_detail_id: '',
......
This diff is collapsed.
......@@ -66,7 +66,12 @@ export default {
}
},
props: {
eid: Number
row: {
type:Object,
default:()=>{
return null
}
}
},
methods: {
load(v) {
......@@ -84,7 +89,7 @@ export default {
this.disabled = false
if (r.success) {
this.$Message.success('保存成功')
this.$emit('on-ok')
this.$emit('on-option-ok')
} else {
this.$Message.error('保存失败')
}
......
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