|
@@ -49,38 +49,7 @@ const bsFSLH = bigScreenData.value.fontSize * 2 + 5 + "px";
|
|
|
const taskRateArray = ref<any[]>([]);
|
|
|
onMounted(async () => {
|
|
|
let res = await microelectronicWorkshopNotice();
|
|
|
- taskRateArray.value = [
|
|
|
- {
|
|
|
- title: "微电子车间公告",
|
|
|
- content:
|
|
|
- "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
|
|
|
- updateTime: "2022-03-15",
|
|
|
- },
|
|
|
- {
|
|
|
- title: "微电子车间公告",
|
|
|
- content:
|
|
|
- "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
|
|
|
- updateTime: "2022-03-15",
|
|
|
- },
|
|
|
- {
|
|
|
- title: "微电子车间公告",
|
|
|
- content:
|
|
|
- "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
|
|
|
- updateTime: "2022-03-15",
|
|
|
- },
|
|
|
- {
|
|
|
- title: "微电子车间公告",
|
|
|
- content:
|
|
|
- "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
|
|
|
- updateTime: "2022-03-15",
|
|
|
- },
|
|
|
- {
|
|
|
- title: "微电子车间公告",
|
|
|
- content:
|
|
|
- "多发点发的哦哦九点多奥迪倨傲道具哦爱的按揭房够咖啡豆IV好分的局拍的饭局怕对方飓风;阿道夫哦阿道夫 ",
|
|
|
- updateTime: "2022-03-15",
|
|
|
- },
|
|
|
- ];
|
|
|
+ taskRateArray.value = res.data;
|
|
|
|
|
|
nextTick(() => {
|
|
|
ShowScrollRef1.value.setActive(3);
|