This commit is contained in:
zhal 2022-09-19 19:02:06 +08:00
parent f679fbd894
commit a89a241d38

View File

@ -768,7 +768,6 @@ function addProcess(type) {
buttons:[
{text:'确定',cls:"blue",handler:function(){
window.$.simpleAlert("请稍等...", "loading");
debugger;
if (type == 'new') {
if (treeCheckedNewArr.length == 0) {
$.simpleAlert('发布流程不能为空');
@ -1026,7 +1025,6 @@ function openPortalPage(uuid, taskId) {
// 打开流程选择dialog
function openQueryDataDialog(type) {
debugger;
$('#treeDataDiv').html('<div id="loadImg" style="width:100%;height:100%;text-align:center;vertical-align: middle;margin: auto;"></div>');
$('#searchData').html('<input id="processName" style="width:700px;" type="text" class="awsui-txt" placeholder="快速查询">');
$("#loadImg").loading({
@ -2372,9 +2370,7 @@ function downloadReport(uuid, taskId) {
uuid: uuid
},
success : function(r) {
debugger;
if (r.result == "ok") {
debugger;
window.open (r.data.url);
} else {