Commit fd5b2bd6 authored by 康振飞's avatar 康振飞

生产执行

parent cec38d33
......@@ -365,11 +365,8 @@ export default {
params.SkipCount = params.SkipCount || 0
params.MaxResultCount = params.MaxResultCount || 10
let url =
`${designUrl}/orderrouting/getwaitmaterialorderlist?` + QS.stringify(params)
let url =`${designUrl}/orderrouting/getwaitmaterialorderlist?` + QS.stringify(params)
service.get(`${url}`).then((res) => {
console.log(res)
this.mDatas = res.result.items
this.search.total = res.result.totalCount
})
......
......@@ -369,10 +369,7 @@ export default {
'&MaxResultCount=' +
pageData.MaxResultCount
service.get(`${url}`).then((res) => {
console.log('1',res)
console.log(res.data)
if(res.success){
console.log("shuju",res.result.items)
this.mDatas = res.result.items
this.search.total = res.result.totalCount
}else{
......
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