mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
清除假数据
This commit is contained in:
@@ -214,21 +214,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
],
|
],
|
||||||
tableData: [
|
tableData: []
|
||||||
{
|
|
||||||
id: "log123",
|
|
||||||
taskId: "task456",
|
|
||||||
caseId: "case789",
|
|
||||||
caseTitle: "测试案例",
|
|
||||||
optType: "create",
|
|
||||||
requestUrl: "https://api.example.com/upload",
|
|
||||||
requestBody: "{\"fileId\":\"file123\"}",
|
|
||||||
responseBody: "{\"code\":0,\"message\":\"success\"}",
|
|
||||||
optTime: "2024-01-15 10:30:00",
|
|
||||||
optStatus: 1,
|
|
||||||
caseStatus: 1,
|
|
||||||
}
|
|
||||||
]
|
|
||||||
})
|
})
|
||||||
const getTableDate = async () => {
|
const getTableDate = async () => {
|
||||||
let res = await getAiLogList({
|
let res = await getAiLogList({
|
||||||
|
|||||||
Reference in New Issue
Block a user