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