fix:修复判断型号更新与新增错误bug

This commit is contained in:
23357 2023-11-28 15:57:17 +08:00
parent 2e8b869700
commit 2380b7f16b
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ export default {
}
this.form.paramList = this.$refs.paramWrap.getResult();
if (this.form.seriesId != null) {
if (this.form.modelId != null ) {
updateModel(this.form).then((response) => {
this.msgSuccess("修改成功");
this.open = false;