value
2023-09-05 e6d901a82c66b13bda0f76f3c1939a8e464e18fe
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();