Authored by chenchao

fix

... ... @@ -34,7 +34,7 @@ module.exports=function(app) {
app.get("/erpproduct/standardVal/index","baserule.parameterMake.Index",function(){
this.$extend={
moduleName:'商品基础规则',
pageName:'产品参数类别管理'
pageName:'产品参数管理'
}
});
/*参数类别列表*/
... ...
... ... @@ -133,7 +133,7 @@ $(document).on('click', '#add-btn', function () {
});
});
var GetRequestParams = function() {
var GetRequestParams = function() {
var url = location.search; //获取url中"?"符后的字串
var theRequest = {};
if (url.indexOf("?") != -1) {
... ...