Skip to content

Commit 011ef7e

Browse files
committed
feat: function readDocumentList has been renamed to readDocuments
1 parent 871ca85 commit 011ef7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_files/CoCreate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const CoCreate = {
257257
}
258258
*/
259259

260-
readDocumentList(info){
260+
readDocuments(info){
261261
if( !info ) return;
262262
let request_data = this.getCommonParams();
263263

@@ -268,7 +268,7 @@ const CoCreate = {
268268
request_data = {...request_data, ...info};
269269

270270
console.log(request_data)
271-
CoCreateSocket.send('readDocumentList', request_data);
271+
CoCreateSocket.send('readDocuments', request_data);
272272
},
273273

274274

0 commit comments

Comments
 (0)