@@ -616,6 +616,10 @@ export default {
this.loading = false;
},
handleIssued() {
+ if (this.sampleList.length == 0) {
+ this.$message.warning('样品清单为空!先进行修改操作再下发!');
+ return;
+ }
this.$refs.baseInfoRefs.$refs.form1.validate((valid) => {
if (!valid) {
return false;