This commit is contained in:
duanxiaohai 2024-09-14 20:31:56 +08:00
parent 864f3da1ed
commit 299cee4a22
3 changed files with 5 additions and 5 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -278,7 +278,7 @@ watch(
data.tableData.push(obj); data.tableData.push(obj);
}); });
} }
data.tableData.length = []; // data.tableData.length = [];
if (props.tableData.data.ysx.length > 0) { if (props.tableData.data.ysx.length > 0) {
// console.log(444); // console.log(444);
@ -399,8 +399,8 @@ const closeDialog = () => {
color: #ff5959; color: #ff5959;
width: 190px; width: 190px;
position: absolute; position: absolute;
top: 40px; top: 46.5px;
left: -10px; left: -47px;
z-index: 10; z-index: 10;
} }
.lampBox { .lampBox {

View File

@ -1831,8 +1831,8 @@ const autoScroll = () => {
} }
}; };
onBeforeMount(async () => { onBeforeMount(async () => {
document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d' // document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d'
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
getData(); getData();
getfw(); getfw();
setTimeout(() => { setTimeout(() => {