bug修改

ywj_dev
anthonywj 2 years ago
parent 10fe2316d2
commit 2bd4195f23

@ -75,7 +75,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11"> <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 v-model="formData.invName" disabled auto-complete="off" style="width: 90%"
></el-input> ></el-input>
</el-form-item> </el-form-item>

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

Loading…
Cancel
Save