发布打包

This commit is contained in:
zhal 2022-08-16 19:05:12 +08:00
parent b76f94a95a
commit 0a91b9ac54
2 changed files with 1 additions and 0 deletions

View File

@ -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', '');