|
@@ -148,10 +148,10 @@
|
|
|
},
|
|
|
url: {
|
|
|
interLockSelect: '/sys/dict/loadTreeData',
|
|
|
- add: "/summary/interlockSummary/add",
|
|
|
- edit: "/summary/interlockSummary/edit",
|
|
|
+ add: "/summary/interlockSummary/addLS",
|
|
|
+ edit: "/summary/interlockSummary/editLS",
|
|
|
queryById: "/summary/interlockSummary/queryById",
|
|
|
- getLsAllData: "summary/interlockSummary/xxxxLS",
|
|
|
+ getLsAllData: "/summary/interlockSummary/xxxxLS",
|
|
|
getTagInfo: "/iotedgeCollectData/iotedgeCollectData/getTagInfo",
|
|
|
},
|
|
|
customFieldNames: {
|
|
@@ -330,7 +330,7 @@
|
|
|
edit (record) {
|
|
|
// this.model = Object.assign({}, record);
|
|
|
// 编辑时获取当前联锁所有详细信息
|
|
|
- getAction(this.url.getLsAllData, {id: record.id}).then(res => {
|
|
|
+ getAction(this.url.getLsAllData, {id: record.summaryid}).then(res => {
|
|
|
console.log(res)
|
|
|
this.model = res.result
|
|
|
})
|