bug修改

prod
anthonywj 2 years ago
parent 897bc78556
commit 9ddcd677ab

@ -74,7 +74,7 @@
</el-form-item>
</el-col>
<el-col :span="11">
<el-form-item prop="name" label="仓库名称">
<el-form-item prop="invName" label="仓库名称">
<el-input v-model="formData.invName" disabled auto-complete="off" style="width: 90%"
></el-input>
</el-form-item>

@ -251,6 +251,8 @@ export default {
this.cancelDialog();
this.loading = false;
this.getList();
} else {
this.$message.error(res.message);
}
}).catch((error) => {
this.loading = false;

Loading…
Cancel
Save