更新二级密码配置
This commit is contained in:
@@ -19,6 +19,7 @@ export function useData() {
|
||||
loading.value = true;
|
||||
const { data, code } = await getConfigTypeList({});
|
||||
if (code) {
|
||||
// 测试git
|
||||
tableList.value = data.filter(ele => { return ele.id !== 11 })
|
||||
activeId.value = data[0].id
|
||||
getInfo(activeId.value)
|
||||
|
||||
Reference in New Issue
Block a user