修改所属批次不显示
This commit is contained in:
parent
863a80f277
commit
1c39bbf669
@ -616,8 +616,8 @@ export default {
|
||||
if (!res.data || res.data == "") {
|
||||
this.itemshow2 = true;
|
||||
this.itemshow = false;
|
||||
this.batchCodeName = "请选择批次";
|
||||
this.batchCodeId = "";
|
||||
// this.batchCodeName = "请选择批次";
|
||||
// this.batchCodeId = "";
|
||||
} else {
|
||||
this.analysislist = res.data;
|
||||
this.$nextTick(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user