修改所属批次不显示

This commit is contained in:
闫晓茹 2022-08-29 11:17:09 +08:00
parent 863a80f277
commit 1c39bbf669

View File

@ -616,8 +616,8 @@ export default {
if (!res.data || res.data == "") { if (!res.data || res.data == "") {
this.itemshow2 = true; this.itemshow2 = true;
this.itemshow = false; this.itemshow = false;
this.batchCodeName = "请选择批次"; // this.batchCodeName = "";
this.batchCodeId = ""; // this.batchCodeId = "";
} else { } else {
this.analysislist = res.data; this.analysislist = res.data;
this.$nextTick(() => { this.$nextTick(() => {