bug修改

master
wangwei 2 years ago
parent a341852c8a
commit 5f97d7c339

@ -431,7 +431,7 @@ export default {
}) })
.then(() => { .then(() => {
if (this.unionQuery.nameCode == "") { if (this.unionQuery.nameCode == "") {
this.$message.warning("请输入完DI信息进行查询"); this.$message.warning("请输入完DI信息进行查询");
return; return;
} }
this.loading = true; this.loading = true;

@ -78,7 +78,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="规格型号:">` <el-form-item label="规格型号:">
<el-input <el-input
style="width: 80%" style="width: 80%"
size="small" size="small"

Loading…
Cancel
Save