Commit dbf9ba13 by panziyi

betdrv缺陷修复

parent 1e1d1e2b
......@@ -83,7 +83,7 @@ export default class Betdrv {
},
max2: {
cur: '',
amt: ''
amt: '0.00'
}
},
iss: {
......
......@@ -346,6 +346,16 @@ export default {
})
},
},
watch: {
"model.bedgrp.cbs.max.cur":{
immediate: true,
handler(val,oldval){
if(this.model.bedgrp.cbs.max.cur!=""){
this.model.bedgrp.cbs.opn2.cur=this.model.bedgrp.cbs.max.cur;
}
}
},
},
created: function () { },
};
</script>
......
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