Commit 85aa27ea authored by wangxl's avatar wangxl

22

parent a563c0e8
......@@ -800,7 +800,7 @@ export default {
var obj = this.getObj(step)
obj.step = step
let state = obj.projState
if (state != 30)
if (state != 30 && step == 5)
obj.projState = 10
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