|
|
@@ -9,7 +9,6 @@ Ext.define('saas.util.FormUtil', {
|
|
|
getFormItems: function(form, url, callback) {
|
|
|
this.BaseUtil.request(url)
|
|
|
.then(function(response) {
|
|
|
- console.log(response);
|
|
|
var items = Ext.decode(response.responseText);
|
|
|
form.add(items);
|
|
|
}).catch(function(response) {
|