diff --git a/src/api/etl/data.js b/src/api/etl/data.js index a50df65..7da3406 100644 --- a/src/api/etl/data.js +++ b/src/api/etl/data.js @@ -42,3 +42,10 @@ export function delData(id) { method: 'delete' }) } + +export function delById(id) { + return request({ + url: '/etl/data/delById?id=' + id, + method: 'post' + }) +} diff --git a/src/components/Encoding/index.vue b/src/components/Encoding/index.vue new file mode 100644 index 0000000..0575987 --- /dev/null +++ b/src/components/Encoding/index.vue @@ -0,0 +1,111 @@ + + + + + diff --git a/src/views/etl/assetAuthorization/index.vue b/src/views/etl/assetAuthorization/index.vue index e7f60e6..faedb1a 100644 --- a/src/views/etl/assetAuthorization/index.vue +++ b/src/views/etl/assetAuthorization/index.vue @@ -1,18 +1,17 @@