Merge branch 'dev'
Showing
3 changed files
with
7 additions
and
2 deletions
-
Please register or sign in to post a comment
... | ... | @@ -181,6 +181,7 @@ |
that.tableDataList = _.cloneDeep([]) | ||
} else { | ||
that.tableDataList = _.cloneDeep(val) | ||
that.key++ | ||
} | ||
}) | ||
}, | ||
... | ... |