Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
李勇
/
McuClient
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
AlexWang
2017-06-27 18:37:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7fb0f5c63c2d8ebfd9f888a6094e567570ef402f
7fb0f5c6
1 parent
bce9281d
cursorape push错误
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
3 行删除
src/apes/CursorApe.js
src/apes/CursorApe.js
查看文件 @
7fb0f5c
...
...
@@ -8,7 +8,7 @@
// Author: AlexWang
// Date: 2016-08-26 17:36:20
// QQ Email: 1669499355@qq.com
// Last Modified time: 2017-06-2
2 11:47:2
9
// Last Modified time: 2017-06-2
7 18:13:3
9
// Description: LiveClass-CursorApe
//
// //////////////////////////////////////////////////////////////////////////////
...
...
@@ -61,8 +61,6 @@ class CursorApe extends Ape {
this
.
_emit
(
MessageTypes
.
MCU_ERROR
,
MessageTypes
.
ERR_APE_INTERFACE_PARAM_WRONG
);
return
;
}
//储存记录,用于返回上一步操作
this
.
insertHistory
.
push
(
cursorModelPdu
);
let
tableItemPdu
=
new
pdu
[
'RCRegistryTableItemPdu'
];
tableItemPdu
.
itemIdx
=
itemIdx
;
//直接用时间戳作为id
...
...
请
注册
或
登录
后发表评论