From 357bb15e72a70518de35cb5e3d8136fbbf62a2af Mon Sep 17 00:00:00 2001 From: hyyy <123@qq.com> Date: Tue, 14 Jan 2025 16:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D-=E4=BC=9A=E8=AE=A1-=E4=BE=9B?= =?UTF-8?q?=E5=BA=94=E5=95=86-=E5=8F=91=E7=A5=A8=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=98=8E=E7=BB=86=E8=A1=8C=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E4=BD=8D=E4=BA=86?= 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 | 3 +++ 1 file changed, 3 insertions(+) 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 f6dcbe85..ec64e553 100644 --- a/jikimo_frontend/static/src/js/custom_form_status_indicator.js +++ b/jikimo_frontend/static/src/js/custom_form_status_indicator.js @@ -141,6 +141,9 @@ patch(ListRenderer.prototype, 'jikimo_frontend.ListRenderer', { this.setRequired() this.listherHeaderBodyNum() }) + owl.onPatched(() => { + this.listherHeaderBodyNum() + }) return this._super(...arguments); }, setRequired() {