Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -989,7 +989,6 @@ export default { | ... | @@ -989,7 +989,6 @@ export default { |
| 989 | }, | 989 | }, |
| 990 | //保存 | 990 | //保存 |
| 991 | submit(val) { | 991 | submit(val) { |
| 992 | - console.log('提交:',val) | ||
| 993 | let routeArr = [] | 992 | let routeArr = [] |
| 994 | let data = this.setDataHandle(JSON.parse(JSON.stringify(this.infoForm.list[val]))) | 993 | let data = this.setDataHandle(JSON.parse(JSON.stringify(this.infoForm.list[val]))) |
| 995 | if (new Number(data.minNumOfPieces) > new Number(data.maxNumOfPieces)) { | 994 | if (new Number(data.minNumOfPieces) > new Number(data.maxNumOfPieces)) { | ... | ... |
-
Please register or login to post a comment