This commit is contained in:
宋伟佳
2021-07-26 10:15:52 +08:00
parent 35c4eaf42f
commit b529a40fca
2 changed files with 3 additions and 3 deletions
@@ -1256,7 +1256,7 @@ export default {
this.listForm.standId = bringData[0].id;
this.listForm.listName = bringData[0].detailedListName;
this.listForm.descriptionList = bringData[0].remark;
this.listForm.fileId = bringData[0].fileId;
this.listForm.fileId = bringData[0].fileIds;
this.ListModel = false;
this.$http.get("sarLawsAttrDetailedList/sar-laws-attr-detailed-list/selectLawsById",
{ id: bringData[0].id, page: this.page, Size:this.pageSize}, {