fix: 编译问题bug修复,最后一次
This commit is contained in:
@@ -246,7 +246,7 @@ function synchroWxUserF() {
|
|||||||
})
|
})
|
||||||
.catch(() => {})
|
.catch(() => {})
|
||||||
}
|
}
|
||||||
|
//test
|
||||||
function sortChange(val) {
|
function sortChange(val) {
|
||||||
const prop = val.prop ? val.prop.replace(/([A-Z])/g, '_$1').toLowerCase() : ''
|
const prop = val.prop ? val.prop.replace(/([A-Z])/g, '_$1').toLowerCase() : ''
|
||||||
if (val.order == 'ascending') {
|
if (val.order == 'ascending') {
|
||||||
|
|||||||
Reference in New Issue
Block a user