Accept Merge Request #698: (feature/制造代码优化 -> develop)

Merge Request: 优化警告问题

Created By: @马广威
Accepted By: @马广威
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/698
This commit is contained in:
马广威
2023-11-28 09:00:03 +08:00
committed by Coding
5 changed files with 8 additions and 13 deletions

View File

@@ -73,10 +73,7 @@ class CustomChar extends CharField {
// this.$input.on('focus', function () {
// $(this).select();
// });
// 当光标聚焦于输入框时,选中输入框内容
}
registry.category("fields").add("custom_char", CustomChar);

View File

@@ -24,7 +24,6 @@ class CustomMany2One extends Many2OneField {
this.select();
});
}
}
registry.category("fields").add("custom_many2one", CustomMany2One);