解决bug
This commit is contained in:
parent
7bc67bb3e6
commit
821f573a30
|
@ -41,16 +41,16 @@ export default class addinfoform extends React.Component{
|
||||||
model2.codename = e;
|
model2.codename = e;
|
||||||
this.setState({model:model2})
|
this.setState({model:model2})
|
||||||
}}
|
}}
|
||||||
|
countShow= {true}
|
||||||
onClearItem={(e)=>{
|
onClearItem={(e)=>{
|
||||||
let model2 = this.state.model;
|
let model2 = this.state.model;
|
||||||
model2.codename = "";
|
model2.codename = "";
|
||||||
this.setState({model:model2})
|
this.setState({model:model2})
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
||||||
value={this.state.model.codename} placeholder={"请输入兑换码名称"} labelWidth={'0px'} maxLength={10} height={'36px'} width={'520px'} alignment={'left'}/>
|
value={this.state.model.codename} placeholder={"请输入兑换码名称"} labelWidth={'0px'} maxLength={10} height={'36px'} width={'520px'} alignment={'left'}/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
|
|
||||||
<FormItem labelname="发放总量" prop="issued" >
|
<FormItem labelname="发放总量" prop="issued" >
|
||||||
<Ipt onChange={(e)=>{
|
<Ipt onChange={(e)=>{
|
||||||
let model2 = this.state.model;
|
let model2 = this.state.model;
|
||||||
|
|
|
@ -112,7 +112,7 @@ export default class acclist extends React.Component{
|
||||||
total:0,
|
total:0,
|
||||||
page:1,
|
page:1,
|
||||||
limit:10,
|
limit:10,
|
||||||
tabList:[{title:"全部"},{title:"进行中"},{title:"暂停中"},{title:"已结束"},{title:"已作废"}],
|
tabList:[{title:"全部"},{title:"进行中"},{title:"暂停中"},{title:"已完结"},{title:"已作废"}],
|
||||||
combinedValue:[],
|
combinedValue:[],
|
||||||
DateTime:'',//数据更新时间
|
DateTime:'',//数据更新时间
|
||||||
key_word:'',
|
key_word:'',
|
||||||
|
|
Loading…
Reference in New Issue