Commit 862f1695319621c46a9526db338c642914c123b7

Authored by monkeyhouyi
1 parent c1dfa424

应用信息列表

Showing 1 changed file with 7 additions and 0 deletions
src/api/baseData/info.js
... ... @@ -16,6 +16,13 @@ export async function getInfoList(data) {
16 16 params: data
17 17 });
18 18 }
  19 +export async function getList(data) {
  20 + return await request({
  21 + url: '/Extend/basesysteminfo/',
  22 + method: 'get',
  23 + params: data
  24 + });
  25 +}
19 26 export async function getUpdataRecord(data) {
20 27 return await request({
21 28 url: '/Extend/basesysteminfolog/SearchSystemList',
... ...