|
@@ -1235,7 +1235,7 @@
|
|
|
name: this.form.name,
|
|
name: this.form.name,
|
|
|
modelType: this.form.modelType,
|
|
modelType: this.form.modelType,
|
|
|
specification: this.form.specification,
|
|
specification: this.form.specification,
|
|
|
- isUpdate: this.isUpdate * 1 || 0
|
|
|
|
|
|
|
+ isUpdate: this.$route.query.isUpdate
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
if (!(await this.verifyDuplicate(req))) return;
|
|
if (!(await this.verifyDuplicate(req))) return;
|