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:
@@ -73,10 +73,7 @@ class CustomChar extends CharField {
|
||||
// this.$input.on('focus', function () {
|
||||
// $(this).select();
|
||||
// });
|
||||
|
||||
|
||||
// 当光标聚焦于输入框时,选中输入框内容
|
||||
|
||||
}
|
||||
|
||||
registry.category("fields").add("custom_char", CustomChar);
|
||||
|
||||
@@ -24,7 +24,6 @@ class CustomMany2One extends Many2OneField {
|
||||
this.select();
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
registry.category("fields").add("custom_many2one", CustomMany2One);
|
||||
|
||||
Reference in New Issue
Block a user