|
@@ -320,8 +320,8 @@ export default {
|
|
|
this.downImgSrc = require("@/assets/common/image/others/noDoc.png");
|
|
|
}
|
|
|
|
|
|
- this.stateList = res.info.stateList;
|
|
|
- this.resultList = res.info.resultList;
|
|
|
+ this.stateList = res.info.stateList || [];
|
|
|
+ this.resultList = res.info.resultList || [];
|
|
|
} else {
|
|
|
this.$message.error(res.message || "获取信息失败");
|
|
|
}
|