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}, {
+2 -2
View File
@@ -7,8 +7,8 @@
// const devIp = '39.98.140.126'
// const devInterfacePORT = '10005'
// const devIp = '192.168.10.248'
const devIp = '10.96.170.173'
const devInterfacePORT = '9999'
const devIp = '101.36.227.25'
const devInterfacePORT = '8038'
// 云端端口号
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
const simpleFilePath = 'att/attFile/upload'