Merge branch 'master' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend
This commit is contained in:
commit
68b9106495
|
@ -141,7 +141,6 @@ export default class acclist extends React.Component{
|
|||
}
|
||||
|
||||
async submit(){
|
||||
console.log("提交车盟")
|
||||
let valide = false;
|
||||
if(this.refs.form1.validator())
|
||||
{
|
||||
|
|
|
@ -89,9 +89,6 @@ export default class exchangedit extends React.Component{
|
|||
|
||||
this.setState({codeInfo:codeInfo})
|
||||
this.setState({isload:true});
|
||||
console.log("当前的商品信息66")
|
||||
|
||||
|
||||
let table = _.map(req.code_batch_stock,(res)=>{
|
||||
res.checked = true;
|
||||
return res
|
||||
|
@ -110,9 +107,6 @@ export default class exchangedit extends React.Component{
|
|||
return obj;
|
||||
})
|
||||
|
||||
console.log("旧的商品")
|
||||
console.log(this.state.oldProduct)
|
||||
|
||||
this.setState({rankoptions:arr})
|
||||
this.setState({rank:arr})
|
||||
},(err)=>{
|
||||
|
|
|
@ -149,8 +149,8 @@ componentWillMount(){
|
|||
countChange(e){
|
||||
this.setState({page:1,limit:e});
|
||||
let data = {
|
||||
page:e,
|
||||
limit:this.state.limit
|
||||
page:1,
|
||||
limit:e
|
||||
}
|
||||
|
||||
this.getTableList(data);
|
||||
|
|
Loading…
Reference in New Issue