@@ -119,6 +119,11 @@
console.log(val);
},
goToAccounts() {
+ if (this.multipleSelection.length <= 0) {
+ this.$message.error('Please choose the products.')
+ return false
+ }
+
this.is_go_order=true;
// this.multipleSelection.map((item,index)=>{
// item.chose_num = parseInt(item.chose_num);