value
2023-09-01 3f43fee1a16ea38b9f6653521829b545bf67dfed
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();