@@ -249,7 +249,9 @@ export default {
confirmSelectEvent() {
if (this.selectList.length > 0) {
this.showSubmitModel = true;
- }
+ } else {
+ this.$msg('请选择花材')
+ }
},
change(e) {
if (this.tabIndex == e.index) {