发布代码调整
This commit is contained in:
parent
f27ee6601e
commit
1cc0f8c758
@ -165,7 +165,6 @@ function getOutputName(category, method) {
|
||||
}
|
||||
|
||||
|
||||
//by bzp
|
||||
function showlist(data, type, pageNumber, start){
|
||||
var tableTdCss = 'style="padding-top: 0;padding-bottom: 0;"';
|
||||
if (type == 'new') {
|
||||
@ -189,11 +188,9 @@ function showlist(data, type, pageNumber, start){
|
||||
}
|
||||
|
||||
if(type=="change"){
|
||||
debugger;
|
||||
// 加载数据
|
||||
var html = '';
|
||||
for (var i = 0, s = start; i < pageLimit; i++, s++) {
|
||||
debugger;
|
||||
var curr;
|
||||
if ((curr = data[s - 1]) != undefined) {
|
||||
var sourceFileName = curr.changeFileName + ' V' + curr.fileVersion;
|
||||
@ -242,7 +239,7 @@ function showlist(data, type, pageNumber, start){
|
||||
|
||||
|
||||
// 打开流程手册
|
||||
function openReportFile(taskId,appendid) {
|
||||
function openReportFile(taskId) {
|
||||
$.simpleAlert("文件正在处理", "loading");
|
||||
awsui.ajax.request({
|
||||
type: "POST",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user