From a13b908d8a216cc870f743bcf853abc1c38b8255 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Fri, 5 Jan 2024 10:42:54 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/form/ayq/modules/staticField.js | 2 +- WebRoot/view/tb/form/ayq/modules/staticFieldView.js | 2 +- WebRoot/view/tb/form/update_form.html | 1 + WebRoot/view/tb/org/task_list.html | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/WebRoot/view/tb/form/ayq/modules/staticField.js b/WebRoot/view/tb/form/ayq/modules/staticField.js index fe5c118a..d4676db7 100644 --- a/WebRoot/view/tb/form/ayq/modules/staticField.js +++ b/WebRoot/view/tb/form/ayq/modules/staticField.js @@ -191,7 +191,7 @@ layui.define(['layer'], function (exports) { '
\n' + ' \n' + '
\n' + '
\n' + diff --git a/WebRoot/view/tb/form/ayq/modules/staticFieldView.js b/WebRoot/view/tb/form/ayq/modules/staticFieldView.js index 06f157d2..2377b86d 100644 --- a/WebRoot/view/tb/form/ayq/modules/staticFieldView.js +++ b/WebRoot/view/tb/form/ayq/modules/staticFieldView.js @@ -191,7 +191,7 @@ layui.define(['layer'], function (exports) { '
\n' + '
    \n' + '
  • 字段设置
  • \n' + - '
  • 表单设置
  • \n' + + // '
  • 表单设置
  • \n' + '
\n' + '
\n' + '
\n' + diff --git a/WebRoot/view/tb/form/update_form.html b/WebRoot/view/tb/form/update_form.html index c283b16e..2be04ef0 100644 --- a/WebRoot/view/tb/form/update_form.html +++ b/WebRoot/view/tb/form/update_form.html @@ -108,6 +108,7 @@ icon: 1, time: 1000 }, function () { + localStorage.removeItem('job_id'); parent.layer.close(parent.layer.getFrameIndex(window.name)); parent.window.location = "/QingLong/view/tb/org/task_list.html" }); diff --git a/WebRoot/view/tb/org/task_list.html b/WebRoot/view/tb/org/task_list.html index ba146733..23c3b394 100644 --- a/WebRoot/view/tb/org/task_list.html +++ b/WebRoot/view/tb/org/task_list.html @@ -162,9 +162,9 @@ where: { job_name: $("#task_name").val() }, - height: 'full-130', + height: 'full-150', page: { - limit: 15 + limit: 12 , layout: ['count', 'prev', 'page', 'next', 'skip'] , prev: "上一页" , next: "下一页"