fix : 细节优化
This commit is contained in:
@@ -113,11 +113,12 @@ const getList = () => {
|
||||
}
|
||||
loading.value = true
|
||||
getMappingList(params).then(res => {
|
||||
// console.log('res',res)
|
||||
if (res.code === 1000) {
|
||||
loading.value = false
|
||||
list.value = res.data.rows
|
||||
total.value = res.data.total
|
||||
}else {
|
||||
ElMessage.error(res.msg);
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user