修复打包报错
This commit is contained in:
@@ -131,7 +131,7 @@ const dialog = reactive({
|
||||
// 获取数据
|
||||
function fetchData() {
|
||||
loading.value = true
|
||||
ApiTasks()
|
||||
ApiTasks('4', queryParams.pageNum, queryParams.pageSize)
|
||||
.then((res: any) => {
|
||||
roleList.value = res.data
|
||||
// total.value = res.total
|
||||
|
||||
Reference in New Issue
Block a user