|
@@ -152,7 +152,7 @@
|
|
|
"type": "reload",
|
|
|
"status": "1" // 代办tab
|
|
|
});
|
|
|
- openWebContainerTab("流程办理", modalName, res);
|
|
|
+ openWebContainerTab("新建办件", modalName, res);
|
|
|
}
|
|
|
});
|
|
|
}
|
|
@@ -160,7 +160,7 @@
|
|
|
function openWebContainerTab(title, tip, url) {
|
|
|
z.webcontainer.openTab({
|
|
|
id: 'workflowMain_' + tip,
|
|
|
- title: "流程办理",
|
|
|
+ title: title,
|
|
|
tip: tip,
|
|
|
url: url,
|
|
|
iconclass: 'fa fa-file'
|