|
@@ -1109,6 +1109,9 @@ export default {
|
|
|
)
|
|
|
.then((response) => {
|
|
|
this.tableData = [];
|
|
|
+ response.data.data.records.forEach(item => {
|
|
|
+ item.acceptSug = item.acceptSug ? Number(item.acceptSug) : ''
|
|
|
+ })
|
|
|
this.tableData = response.data.data.records;
|
|
|
this.page.total = response.data.data.total;
|
|
|
this.tableLoading = false;
|