|
@@ -248,7 +248,7 @@ export default {
|
|
|
}).then(({ data: body }) => {
|
|
|
this.table_loading = false;
|
|
|
console.log(body.body);
|
|
|
-
|
|
|
+
|
|
|
// 列表数据回显
|
|
|
let data = body.body.page.data;
|
|
|
let count = body.body.page.count;
|
|
@@ -312,7 +312,7 @@ export default {
|
|
|
rows.attList.forEach((el, no) => {
|
|
|
if (no === index) {
|
|
|
fileName = el.fileName;
|
|
|
- fileCode = el.id;
|
|
|
+ fileCode = el.fileCode;
|
|
|
}
|
|
|
});
|
|
|
console.log(index, rows);
|