Browse Source

Merge branch 'master' of http://10.1.235.20:3000/asiainfo/static

# Conflicts:
#	2022/aiot-evaluate/src/views/settings/ApiResourceManagement.vue
caojc6 3 years ago
parent
commit
c19901f2f0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      2022/aiot-evaluate/src/views/settings/ApiResourceManagement.vue

+ 4 - 1
2022/aiot-evaluate/src/views/settings/ApiResourceManagement.vue

@ -280,7 +280,6 @@ const search = (data) => {
280 280
    // page: pageData.value.page.num,
281 281
    // size: pageData.value.page.size
282 282
  };
283
  debugger;
284 283
  console.log(data);
285 284
  getPermissionData(params);
286 285
  // queryByType({ type: 1 });
@ -379,7 +378,11 @@ const changePermission = async (params) => {
379 378
};
380 379
381 380
// 删除API资源
381
<<<<<<< HEAD
382 382
const deletePermission = async (code) => {
383
=======
384
const deletePermission = async(code) => {
385
>>>>>>> 2f54b06f04b53adf6a360b614dc48a6cebf7b028
383 386
  await proxy
384 387
    .$reqPost(`${proxy.$api.managementPermissionApi.deletePermission}?code=${code}`)
385 388
    .then((res) => {