|
|
@@ -154,11 +154,11 @@ define([ 'ngResource'], function() {
|
|
|
method: 'POST'
|
|
|
},
|
|
|
matchbytype: {
|
|
|
- url: '/purcProduct/edit/matchbytype/:type',
|
|
|
+ url: 'purcProduct/edit/matchbytype/:type',
|
|
|
method: 'POST'
|
|
|
},
|
|
|
exportXls: {
|
|
|
- url: '/purcProduct/xls/permission',
|
|
|
+ url: 'purcProduct/xls/permission',
|
|
|
method: 'GET'
|
|
|
}
|
|
|
})
|