Accept Merge Request #1700: (feature/前端样式修改 -> develop)

Merge Request: 解开屏蔽的方法

Created By: @黄焱
Reviewed By: @马广威
Approved By: @马广威 
Accepted By: @黄焱
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/1700?initial=true
This commit is contained in:
黄焱
2025-01-02 10:31:33 +08:00
committed by Coding

View File

@@ -139,7 +139,7 @@ patch(ListRenderer.prototype, 'jikimo_frontend.ListRenderer', {
owl.onMounted(() => { owl.onMounted(() => {
this.activeElement = this.uiService.activeElement; this.activeElement = this.uiService.activeElement;
this.setRequired() this.setRequired()
// this.listherHeaderBodyNum() this.listherHeaderBodyNum()
}) })
return this._super(...arguments); return this._super(...arguments);
}, },