This commit is contained in:
lb
2023-09-18 17:01:44 +08:00
parent c364162a2a
commit c965dfbc5a
4 changed files with 243 additions and 17 deletions

View File

@@ -45,7 +45,6 @@ export default {
pageNo: 1,
pageSize: 10,
},
// jsondemo: '',
list: [
// {
// inspectionContent: '检测内容1',
@@ -72,16 +71,6 @@ export default {
url: '/monitoring/record-in-one-day/get',
method: 'get',
});
// console.log(response);
// const {
// // data: { nameData },
// code,
// } = response;
// this.jsondemo = hljs.highlight(
// 'json',
// JSON.stringify(response, null, 2),
// true
// ).value;
const {
data: { data: dyanmicData, nameData },
} = response;