修复渐变色bug

This commit is contained in:
X1627315083
2024-07-15 12:00:40 +08:00
parent 55d19a3969
commit 88f1b568c7
4 changed files with 24 additions and 15 deletions

View File

@@ -156,8 +156,8 @@ export default defineComponent({
filter.isNull = false
}
if (rv.content.length > 0) {
filter.isNull = false
fall.value.push(rv.content);
filter.isNull = false
fall.value.push(rv.content);
} else {
filter.isNoData = true
}