优化
This commit is contained in:
@@ -439,7 +439,7 @@ function stopTimerfun() {
|
||||
// Specify Room Logic
|
||||
// 动态计算最大行数限制:tenantId=12741 为 5000 条,其他为 50 条
|
||||
const maxSpecifyLines = computed(() => {
|
||||
return userInfo.value.tenantId == 12741 ? 5000 : 50;
|
||||
return userInfo.value.tenantId == 12384 ? 5000 : 50;
|
||||
});
|
||||
|
||||
// 当前行数
|
||||
|
||||
Reference in New Issue
Block a user