update 删除console.log
This commit is contained in:
parent
c61d1b2850
commit
05f010bc5f
@ -171,7 +171,6 @@ const confirm = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const computedIds = (data) => {
|
const computedIds = (data) => {
|
||||||
console.log(data);
|
|
||||||
if (data instanceof Array) {
|
if (data instanceof Array) {
|
||||||
return [...data];
|
return [...data];
|
||||||
} else if (typeof data === 'string') {
|
} else if (typeof data === 'string') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user