From 4725f385ebdacb67e6d3c15a1b15859bc8ee3c54 Mon Sep 17 00:00:00 2001 From: "LAPTOP-UV1MNL38\\18023" <1802330370@qq.com> Date: Tue, 21 May 2024 10:37:36 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pro/src/main/resources/template/js/proTask/proTaskList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pro/src/main/resources/template/js/proTask/proTaskList.js b/pro/src/main/resources/template/js/proTask/proTaskList.js index 52a9d5899..e4cfb09ea 100644 --- a/pro/src/main/resources/template/js/proTask/proTaskList.js +++ b/pro/src/main/resources/template/js/proTask/proTaskList.js @@ -104,7 +104,7 @@ layui.config({ ]], done: function(json) { matchingLanguage(); - initTableSearchUtil.initAdvancedSearch(this, json.searchFilter, form, "请输入商机名称", function () { + initTableSearchUtil.initAdvancedSearch(this, json.searchFilter, form, "请输入任务名称", function () { table.reloadData("messageTable", {page: {curr: 1}, where: getTableParams()}); }); } -- GitLab