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