移出冗余

This commit is contained in:
唐明明
2022-01-14 14:54:28 +08:00
parent bb729dde11
commit 18448d7873
13 changed files with 0 additions and 32 deletions

View File

@@ -165,7 +165,6 @@ export default {
if (!this.inputValue.length || this.inputValue.includes("."))
return false;
}
console.log(data);
this.inputValue.push(data);
},
close() {