@@ -1235,7 +1235,7 @@
name: this.form.name,
modelType: this.form.modelType,
specification: this.form.specification,
- isUpdate: this.isUpdate * 1 || 0
+ isUpdate: this.$route.query.isUpdate
};
if (!(await this.verifyDuplicate(req))) return;
@@ -119,7 +119,7 @@
</IndexData>
</div>
</template>
- </ele-split-layout>
+ </ele-split-layout>fv
</el-card>