zouyu
2023-09-04 5d4d64bf94fa0b36d97afe25e949c81316965b27
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();