屏蔽前端代码

This commit is contained in:
胡尧
2024-12-30 16:32:36 +08:00
parent 305ea9dff7
commit c124e2962c

View File

@@ -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);
},