|
|
@@ -367,7 +367,7 @@ export default {
|
|
|
if (res.code === 1) {
|
|
|
let id = res.data.id?res.data.id:0
|
|
|
let name = res.data.name?res.data.name:''
|
|
|
- that.pageTo({url:'/admin/goods/result?id='+id+'&name='+name})
|
|
|
+ that.pageTo({url:'/admin/goods/result?id='+id+'&name='+name,type:2})
|
|
|
}
|
|
|
})
|
|
|
})
|