记得上下班打卡 | git大法好,push需谨慎

Commit a7a88166 authored by dongchun's avatar dongchun

修改正在下单选择店铺接口参数

parent 0f7de672
......@@ -201,7 +201,7 @@
hideOnSelect: true,
effectiveFields: ['storeName'],
getDataMethod: "url", //获取数据的方式,总是从 URL 获取
url: '/goblin/store/list?roleName=',
url: '/goblin/store/list?storeName=',
processData: function (json) { // url 获取数据时,对数据的处理,作为 getData 的回调函数
//字符串转化为 js 对象
// return json.rows;
......
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