移动端发布调整

This commit is contained in:
zhal 2022-09-29 19:07:31 +08:00
parent 326b9592c3
commit 42ed863012
2 changed files with 2 additions and 4 deletions

View File

@ -2010,8 +2010,6 @@ function dealPublishCheck(isCheck, type) {
// 单独保存子表操作 // 单独保存子表操作
function saveFormData(type) { function saveFormData(type) {
alert(1111111)
debugger
$.simpleAlert('正在保存', 'loading'); $.simpleAlert('正在保存', 'loading');
var saveData = []; var saveData = [];
if (type == 'new') { if (type == 'new') {

View File

@ -256,11 +256,11 @@ function showlist(data, type, pageNumber, start){
var json=JSON.parse(upFileJson); var json=JSON.parse(upFileJson);
var upName = json.upFileName; var upName = json.upFileName;
var openUrl = json.openUrl; var openUrl = json.openUrl;
html +='<tr>';
html +='<td class="form-grid-mobile-common-row" width=100%>'; html +='<td class="form-grid-mobile-common-row" width=100%>';
html +='<span class="form-grid-mobile-common-tap" onclick="openUrl(\'' + openUrl + '\')">' +'关联附件: '+ upName+'</span>'; html +='<span class="form-grid-mobile-common-tap" onclick="openUrl(\'' + openUrl + '\')">' +'关联附件: '+ upName+'</span>';
html +='</td>'; html +='</td>';
html +='</tr>';
} }
} }