Commit f069db23 authored by wangxl's avatar wangxl

33

parent d7a43c98
......@@ -774,9 +774,9 @@ export default {
methods: {
moment,
save (step) {
var obj = this.getObj(step)
obj.step = step
if (this.checkInfo(step)) {
var obj = this.getObj(step)
obj.step = step
this.$emit('load', true)
let pars = isEmptyParams(obj)
let par = { ...pars }
......
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