Commit 0fb8a90c by snail

305_23

parent 78aca038
......@@ -29,7 +29,7 @@ export default class T23 extends Component
this.keys.forEach(i=>{
obj['s'+i] = objtemp['s'+i]
});
let mval = `${obj.s1||''}${obj.s2||''}${obj.s3||''}${obj.s4||''}`
let mval = `${obj.s1||''}/${obj.s2||''}/${obj.s3||''}/${obj.s4||''}`
this.props.onValue([obj,mval])
}
......
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