@@ -76,6 +76,7 @@ class NumberUnitDrop extends Component{
const text = e.target.innerText;
// this.$span.current.innerText=''; //修改生成文字变成输入的2倍bug
handleSelect&&handleSelect({ikey,text,suffix,prefix,mainSaveText});
+
}
this.setState({
isClosed:false,
@@ -127,6 +127,7 @@ function mapDispatchToProps(dispatch,store){
type:dbEditActions[+type],
data:{changeVal:params.changeVal,ikey:ikey}
});
+ dispatch(billing);
},
handleShow(obj) {
dispatch({
@@ -330,6 +330,7 @@ function handleLabel(dispatch,params){
break;
default:
function mapDispatchToProps(dispatch,store){