Merge pull request 'master' (#471) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/471
This commit is contained in:
wenhua
2024-07-04 02:05:44 +00:00

View File

@@ -227,10 +227,8 @@ const getList = async () => {
} else { } else {
localData.list = data localData.list = data
} }
if (data.total) { localData.total = data.total
localData.total = data.total emits('getTotal', localData.total)
emits('getTotal', localData.total)
}
localData.loading = false localData.loading = false
} else { } else {
ElNotification({ ElNotification({