diff --git a/src/views/collect/device/DevicesIoSplitFifoCodePanel.vue b/src/views/collect/device/DevicesIoSplitFifoCodePanel.vue index 76f24928..e9c7cec6 100644 --- a/src/views/collect/device/DevicesIoSplitFifoCodePanel.vue +++ b/src/views/collect/device/DevicesIoSplitFifoCodePanel.vue @@ -1072,7 +1072,7 @@ export default { this.findWorkPlace(this, "") this.getWorkBindBusTypes(this, "") // console.log(this.panelType) - getHead("ioSplitFifoCode", "1").then((re) => { + getHead("DevicesIoSplitFifoCode", "1").then((re) => { // 处理返回的数据 this.tableObj = re.data; this.tableHeader = re.data.tableList; @@ -1080,14 +1080,14 @@ export default { this.fromList = re.data.fromList; this.getList(); }); - getHead("ioSplitFifoCode-smmx", "1").then((re) => { + getHead("DevicesIoSplitFifoCode-smmx", "1").then((re) => { // 处理返回的数据 this.tableObj4 = re.data; this.tableHeader4 = re.data.tableList; this.queryList4 = re.data.queryList; this.fromList4 = re.data.fromList; }); - getHead("ioSplitFifoCode-clmx", "1").then((re) => { + getHead("DevicesIoSplitFifoCode-clmx", "1").then((re) => { // 处理返回的数据 this.tableObj5 = re.data; this.tableHeader5 = re.data.tableList; diff --git a/src/views/collect/device/DevicesIoSplitFifoRemind.vue b/src/views/collect/device/DevicesIoSplitFifoRemind.vue index dd57180b..82dbd03f 100644 --- a/src/views/collect/device/DevicesIoSplitFifoRemind.vue +++ b/src/views/collect/device/DevicesIoSplitFifoRemind.vue @@ -467,7 +467,7 @@ export default { } this.findWorkPlace(this, "") this.getWorkBindBusTypes(this, "") - getHead("ioSplitFifoRemind", "1").then((re) => { + getHead("DevicesIoSplitFifoRemind", "1").then((re) => { // 处理返回的数据 this.tableObj = re.data; this.tableHeader = re.data.tableList;