refactor(接口定义): 去除多余 日志输出
This commit is contained in:
parent
141f69e374
commit
5272593a61
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in New Issue