ruoyi-ui/src/views/note/propertyInfo.vue
@@ -304,10 +304,12 @@ { let _this = this getCategory().then(response=>{ response.data.itemValues.replace("{","").replace("}","").split(",").map(elem=>{ _this.typeOptions.push({"label":elem.split(":")[0], "value":elem.split(":")[0]}) response.data.map(elem=>{ _this.typeOptions.push({"label":elem, "value":elem}) }) // response.data.itemValues.replace("{","").replace("}","").split(",").map(elem=>{ // _this.typeOptions.push({"label":elem.split(":")[0], "value":elem.split(":")[0]}) // }) }) }, submitForm() {