99f72d19 by yangjianbin

init

1 parent e54555f6
...@@ -94,7 +94,6 @@ ...@@ -94,7 +94,6 @@
94 type: 'delete', 94 type: 'delete',
95 url: apiBaseUrl + 'config/product/' + id, 95 url: apiBaseUrl + 'config/product/' + id,
96 cache: false, 96 cache: false,
97 data: JSON.stringify(data),
98 dataType: 'json', 97 dataType: 'json',
99 contentType: "application/json; charset=UTF-8", 98 contentType: "application/json; charset=UTF-8",
100 success: function (data) { 99 success: function (data) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!