Commit f069db23 authored by wangxl's avatar wangxl

33

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