mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
清除假数据
This commit is contained in:
@@ -214,21 +214,7 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
],
|
||||
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,
|
||||
}
|
||||
]
|
||||
tableData: []
|
||||
})
|
||||
const getTableDate = async () => {
|
||||
let res = await getAiLogList({
|
||||
|
||||
Reference in New Issue
Block a user