去掉控制器方法的后缀名

This commit is contained in:
2021-03-18 07:04:25 +08:00
parent 7223845862
commit bd9c315d7e
129 changed files with 837 additions and 838 deletions
+2 -2
View File
@@ -35,11 +35,11 @@
// 标记已读
action.read = function() {
statusAction('read');
status('read');
};
// 标记未读
action.unread = function() {
statusAction('unread');
status('unread');
};
var grid = new agGridOptions();