发布打包
This commit is contained in:
parent
b76f94a95a
commit
0a91b9ac54
Binary file not shown.
@ -937,6 +937,7 @@ function publishFlowCheck(data) {
|
|||||||
type : "POST",
|
type : "POST",
|
||||||
data : param,
|
data : param,
|
||||||
success : function(r) {
|
success : function(r) {
|
||||||
|
debugger;
|
||||||
if (r.result == 'ok') {
|
if (r.result == 'ok') {
|
||||||
if(r.data.result=='error'){
|
if(r.data.result=='error'){
|
||||||
$('#publisher_dialog').find('div.dlg-button').find('button:first').prop('disabled', '');
|
$('#publisher_dialog').find('div.dlg-button').find('button:first').prop('disabled', '');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user