|
@@ -624,8 +624,6 @@ export default {
|
|
if (res.result == 'success') {
|
|
if (res.result == 'success') {
|
|
let result = res.data
|
|
let result = res.data
|
|
if (result && Array.isArray(result)) {
|
|
if (result && Array.isArray(result)) {
|
|
- console.log(result)
|
|
|
|
- result[6].assetTypeList[0].is_exception_num = 100
|
|
|
|
result.forEach(item => {
|
|
result.forEach(item => {
|
|
let list = item.assetTypeList
|
|
let list = item.assetTypeList
|
|
if (list) {
|
|
if (list) {
|