|
@@ -443,7 +443,7 @@ export default {
|
|
|
|
|
|
if(this.formData.type===1) { //默认只带出作者
|
|
|
this.formData.author = res.Data.List
|
|
|
- ? res.Data.List[0].Author.split(",")
|
|
|
+ ? (res.Data.List[0].Author?res.Data.List[0].Author.split(","):[])
|
|
|
: [];
|
|
|
}else {
|
|
|
this.chooseInheritReport(res.Data.List[0])
|