fix:修复判断型号更新与新增错误bug
This commit is contained in:
parent
2e8b869700
commit
2380b7f16b
|
@ -1031,7 +1031,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.form.paramList = this.$refs.paramWrap.getResult();
|
this.form.paramList = this.$refs.paramWrap.getResult();
|
||||||
if (this.form.seriesId != null) {
|
if (this.form.modelId != null ) {
|
||||||
updateModel(this.form).then((response) => {
|
updateModel(this.form).then((response) => {
|
||||||
this.msgSuccess("修改成功");
|
this.msgSuccess("修改成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
|
|
Loading…
Reference in New Issue