doway-coms 1.6.62 → 1.6.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -352,7 +352,6 @@ export default {
|
|
|
352
352
|
body: this.remark,
|
|
353
353
|
objectCommentAttachIds: this.attachment
|
|
354
354
|
};
|
|
355
|
-
console.log(this.fileList);
|
|
356
355
|
addObjectCommentApi(postData).then(res => {
|
|
357
356
|
this.remark = "";
|
|
358
357
|
this.attachment = [];
|
|
@@ -377,7 +376,6 @@ export default {
|
|
|
377
376
|
});
|
|
378
377
|
});
|
|
379
378
|
});
|
|
380
|
-
console.log(this.userList);
|
|
381
379
|
},
|
|
382
380
|
sendMsg() {
|
|
383
381
|
let tmp = [];
|
|
@@ -396,7 +394,6 @@ export default {
|
|
|
396
394
|
},
|
|
397
395
|
selectPinYin(input, option) {
|
|
398
396
|
if (input.charCodeAt() >= 32 && input.charCodeAt() <= 126) {
|
|
399
|
-
console.log(option.componentOptions.children[0].text.toLowerCase());
|
|
400
397
|
return (
|
|
401
398
|
option.componentOptions.children[0].text
|
|
402
399
|
.toLowerCase()
|