fix: 编译问题bug修复,最后一次

This commit is contained in:
tianyongbao
2025-01-09 17:11:16 +08:00
parent 2137abcaa7
commit 54f98e450a

View File

@@ -246,7 +246,7 @@ function synchroWxUserF() {
})
.catch(() => {})
}
//test
function sortChange(val) {
const prop = val.prop ? val.prop.replace(/([A-Z])/g, '_$1').toLowerCase() : ''
if (val.order == 'ascending') {