From 614447d56e1e7de1b7e55f8e17bc8031b9bffc03 Mon Sep 17 00:00:00 2001 From: hy <123@qq.com> Date: Thu, 2 Jan 2025 10:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=BC=80=E5=B1=8F=E8=94=BD=E7=9A=84?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_frontend/static/src/js/custom_form_status_indicator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jikimo_frontend/static/src/js/custom_form_status_indicator.js b/jikimo_frontend/static/src/js/custom_form_status_indicator.js index 79702f84..4992872a 100644 --- a/jikimo_frontend/static/src/js/custom_form_status_indicator.js +++ b/jikimo_frontend/static/src/js/custom_form_status_indicator.js @@ -139,7 +139,7 @@ patch(ListRenderer.prototype, 'jikimo_frontend.ListRenderer', { owl.onMounted(() => { this.activeElement = this.uiService.activeElement; this.setRequired() - // this.listherHeaderBodyNum() + this.listherHeaderBodyNum() }) return this._super(...arguments); },