Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -647,7 +647,7 @@ export default { | ... | @@ -647,7 +647,7 @@ export default { |
| 647 | this.$emit("minNumOfPiecesBur", item); | 647 | this.$emit("minNumOfPiecesBur", item); |
| 648 | }, | 648 | }, |
| 649 | // 最多件数失焦事件 | 649 | // 最多件数失焦事件 |
| 650 | - maxNumOfPiecesBur(item) { | 650 | + maxNumOfPieces(item) { |
| 651 | this.$emit("maxNumOfPiecesBur", item); | 651 | this.$emit("maxNumOfPiecesBur", item); |
| 652 | }, | 652 | }, |
| 653 | // 最小重量失焦事件 | 653 | // 最小重量失焦事件 | ... | ... |
-
Please register or login to post a comment