src/views/basic/param/index.vue @@ -355,6 +355,7 @@ remote('technology_param').then((response) => { if (response.data.code === 0) { this.typeOptions = response.data.data this.optionType = response.data.data } }) },