|
|
@@ -14,6 +14,7 @@ Ext.define('saas.view.core.form.FormPanelController', {
|
|
|
lastView = mainTab.getActiveTab();
|
|
|
if (!existingItem) {
|
|
|
var form = {
|
|
|
+ initId:0,
|
|
|
id,
|
|
|
title,
|
|
|
xtype:form.xtype
|
|
|
@@ -134,7 +135,6 @@ Ext.define('saas.view.core.form.FormPanelController', {
|
|
|
.then(function(res) {
|
|
|
var localJson = new Ext.decode(res.responseText);
|
|
|
if(localJson.success){
|
|
|
- debugger
|
|
|
Ext.Msg.alert('提示','审核成功');
|
|
|
form.FormUtil.loadData(form);
|
|
|
}
|