BUG 27621
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
params: {names: this.names}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.categorys = res.data[0]["categoryList"];
|
||||
this.categorys = res.data?.[0]?.categoryList || [];
|
||||
this.search.moduleId = res.data?.[0]?.id;
|
||||
this.search.categoryId = res.data?.[0]?.categoryList?.[0]?.id;
|
||||
this.getCategoryList();
|
||||
|
||||
Reference in New Issue
Block a user