|
@@ -379,6 +379,7 @@
|
|
|
if (response.code === 0) {
|
|
if (response.code === 0) {
|
|
|
const data = response.data
|
|
const data = response.data
|
|
|
if (data) {
|
|
if (data) {
|
|
|
|
|
+ detailData.total_liucheng = data.max_num
|
|
|
const tableData = data.gx_data.map(item => ({
|
|
const tableData = data.gx_data.map(item => ({
|
|
|
gxh: item.Gy0_gxh,
|
|
gxh: item.Gy0_gxh,
|
|
|
gxmc: item.Gy0_gxmc + (item.Add_gxmc === '' ? '' : '-' + item.Add_gxmc),
|
|
gxmc: item.Gy0_gxmc + (item.Add_gxmc === '' ? '' : '-' + item.Add_gxmc),
|