dataReport引用修改,命名修改
Showing
6 changed files
with
5 additions
and
5 deletions
File moved
... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
118 | import { mapGetters } from "vuex"; | 118 | import { mapGetters } from "vuex"; |
119 | import JsonEditor from "@/components/JsonEditor/index"; | 119 | import JsonEditor from "@/components/JsonEditor/index"; |
120 | import Xyjg from "./result"; | 120 | import Xyjg from "./result"; |
121 | import { getDetail, getXml } from "@/api/sbbwcx.js"; | 121 | import { getDetail, getXml } from "@/api/dataReport.js"; |
122 | import { MessageBox } from "element-ui"; | 122 | import { MessageBox } from "element-ui"; |
123 | export default { | 123 | export default { |
124 | components: { JsonEditor, Xyjg }, | 124 | components: { JsonEditor, Xyjg }, | ... | ... |
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | </div> | 13 | </div> |
14 | </template> | 14 | </template> |
15 | <script> | 15 | <script> |
16 | import { getReceiveDataReportResult } from "@/api/sbbwcx.js"; | 16 | import { getReceiveDataReportResult } from "@/api/dataReport.js"; |
17 | export default { | 17 | export default { |
18 | components: {}, | 18 | components: {}, |
19 | props: { | 19 | props: { | ... | ... |
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | </div> | 13 | </div> |
14 | </template> | 14 | </template> |
15 | <script> | 15 | <script> |
16 | import { getReceiveDataReportResult } from "@/api/sbbwcx.js"; | 16 | import { getReceiveDataReportResult } from "@/api/dataReport.js"; |
17 | export default { | 17 | export default { |
18 | components: {}, | 18 | components: {}, |
19 | props: { | 19 | props: { | ... | ... |
... | @@ -101,7 +101,7 @@ | ... | @@ -101,7 +101,7 @@ |
101 | import data from "./data"; | 101 | import data from "./data"; |
102 | // 引入table混入方法 | 102 | // 引入table混入方法 |
103 | import tableMixin from "@/mixins/tableMixin.js"; | 103 | import tableMixin from "@/mixins/tableMixin.js"; |
104 | import { getReceiveDataReportPage } from "@/api/sbbwcx.js"; | 104 | import { getReceiveDataReportPage } from "@/api/dataReport.js"; |
105 | // 引入详情弹框 | 105 | // 引入详情弹框 |
106 | import dataDetails from "@/components/dataDetails/edit-dialog"; | 106 | import dataDetails from "@/components/dataDetails/edit-dialog"; |
107 | export default { | 107 | export default { | ... | ... |
... | @@ -86,7 +86,7 @@ import { datas, sendThis } from "./data"; | ... | @@ -86,7 +86,7 @@ import { datas, sendThis } from "./data"; |
86 | import table from "@/utils/mixin/table"; | 86 | import table from "@/utils/mixin/table"; |
87 | // 引入详情弹框 | 87 | // 引入详情弹框 |
88 | import dataDetails from "@/components/dataDetails/edit-dialog"; | 88 | import dataDetails from "@/components/dataDetails/edit-dialog"; |
89 | import { getDataReportPage } from "@/api/sbbwcx.js"; | 89 | import { getDataReportPage } from "@/api/dataReport.js"; |
90 | 90 | ||
91 | export default { | 91 | export default { |
92 | name: "sbbwcx", | 92 | name: "sbbwcx", | ... | ... |
-
Please register or sign in to post a comment