ryanlei
Results
2
comments of
ryanlei
这个项目会开源么
setDbList() { if (!this.dbList.length) { return; } const list = this.info[0].map[0].opt = this.dbList.map((item) => { return { label: item.name, value: item.name, }; }); this.attrInfo.basic.database = list[0].value; this.currentDb = 0; code...