|
@@ -906,7 +906,7 @@ export default {
|
|
|
// elm.content[0].tableRows = res.data.content[0].tableRows
|
|
|
elm.content = [{ ...res.data.content[0], value }]
|
|
|
// console.log(elm.content, res.data.content[0], 907)
|
|
|
- // elm.content = [{
|
|
|
+ // elm.content = [{
|
|
|
// ...elm.content[0],
|
|
|
// tableRows: res.data.content[0].tableRows
|
|
|
// }]
|