@@ -1722,7 +1722,7 @@
},
async publishData(type) {
- if (!this.form.batchNo) {
+ if (!this.form.batchNo && this.clientEnvironmentId == 5) {
this.$message.warning('批次号不能为空');
return;
}