feat: M2m

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-06-27 20:07:53 +05:30
parent 7b0a39bccc
commit 3af94bbb72
22 changed files with 572 additions and 696 deletions

View File

@@ -60,7 +60,6 @@ export default class RestApi {
// const list = await this.list(params);
// const count = (await this.count({where: params.where || ''})).count;
const {list, info: {count}} = (await this.get(`/nc/${this.$ctx.$route.params.project_id}/api/v1/${this.table}/m2mNotChildren/${assoc}/${pid}`, params)).data
debugger
return {list, count};
}