更新
This commit is contained in:
@ -47,7 +47,6 @@ const getList = () => {
|
|||||||
pageData.tableConfiger.loading = true
|
pageData.tableConfiger.loading = true
|
||||||
qcckGet({},'/mosty-gsxt/tbYjxx/selectYjxxFzTen').then(res => {
|
qcckGet({},'/mosty-gsxt/tbYjxx/selectYjxxFzTen').then(res => {
|
||||||
let list = res || []
|
let list = res || []
|
||||||
list = list.concat(list)
|
|
||||||
pageData.tableData = list.map((item, index) => {
|
pageData.tableData = list.map((item, index) => {
|
||||||
item.order = index + 1
|
item.order = index + 1
|
||||||
return item
|
return item
|
||||||
|
|||||||
Reference in New Issue
Block a user