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(){
|
async submit(){
|
||||||
console.log("提交车盟")
|
|
||||||
let valide = false;
|
let valide = false;
|
||||||
if(this.refs.form1.validator())
|
if(this.refs.form1.validator())
|
||||||
{
|
{
|
||||||
|
|
|
@ -89,9 +89,6 @@ export default class exchangedit extends React.Component{
|
||||||
|
|
||||||
this.setState({codeInfo:codeInfo})
|
this.setState({codeInfo:codeInfo})
|
||||||
this.setState({isload:true});
|
this.setState({isload:true});
|
||||||
console.log("当前的商品信息66")
|
|
||||||
|
|
||||||
|
|
||||||
let table = _.map(req.code_batch_stock,(res)=>{
|
let table = _.map(req.code_batch_stock,(res)=>{
|
||||||
res.checked = true;
|
res.checked = true;
|
||||||
return res
|
return res
|
||||||
|
@ -110,9 +107,6 @@ export default class exchangedit extends React.Component{
|
||||||
return obj;
|
return obj;
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log("旧的商品")
|
|
||||||
console.log(this.state.oldProduct)
|
|
||||||
|
|
||||||
this.setState({rankoptions:arr})
|
this.setState({rankoptions:arr})
|
||||||
this.setState({rank:arr})
|
this.setState({rank:arr})
|
||||||
},(err)=>{
|
},(err)=>{
|
||||||
|
|
|
@ -149,8 +149,8 @@ componentWillMount(){
|
||||||
countChange(e){
|
countChange(e){
|
||||||
this.setState({page:1,limit:e});
|
this.setState({page:1,limit:e});
|
||||||
let data = {
|
let data = {
|
||||||
page:e,
|
page:1,
|
||||||
limit:this.state.limit
|
limit:e
|
||||||
}
|
}
|
||||||
|
|
||||||
this.getTableList(data);
|
this.getTableList(data);
|
||||||
|
|
Loading…
Reference in New Issue