Fix enforcer policy add and delete

This commit is contained in:
Yang Luo
2023-09-27 00:18:21 +08:00
parent 56787fab90
commit 81a8b91e3f
4 changed files with 30 additions and 14 deletions

View File

@ -30,7 +30,7 @@ class AdapterListPage extends BaseListPage {
owner: owner,
name: `adapter_${randomName}`,
createdTime: moment().format(),
table: "tableName",
table: "table_name",
useSameDb: true,
};
}

View File

@ -38,7 +38,7 @@ class SyncerListPage extends BaseListPage {
password: "123456",
databaseType: "mysql",
database: "dbName",
table: "tableName",
table: "table_name",
tableColumns: [],
affiliationTable: "",
avatarBaseUrl: "",