src/views/standardLibrary/index.vue
@@ -167,7 +167,8 @@ }, async insertVersion() { const resp = await addVersion({ specificationsId: this.selectData.id specificationsId: this.selectData.id, version: this.versionValue }); if (resp.code === 200) { this.initSelect();