refactor(接口定义): 去除多余 日志输出

This commit is contained in:
fit2-zhao 2021-02-02 10:03:26 +08:00
parent 141f69e374
commit 5272593a61
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@
}); });
}, },
saveCase(row) { saveCase(row) {
console.log(row)
let tmp = JSON.parse(JSON.stringify(row)); let tmp = JSON.parse(JSON.stringify(row));
this.isShowInput = false; this.isShowInput = false;
if (this.validate(tmp)) { if (this.validate(tmp)) {