style;上报报文查询
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -78,7 +78,7 @@ import data from "./data" | ... | @@ -78,7 +78,7 @@ import data from "./data" |
78 | import tableMixin from '@/mixins/tableMixin.js' | 78 | import tableMixin from '@/mixins/tableMixin.js' |
79 | // 引入详情弹框 | 79 | // 引入详情弹框 |
80 | import dataDetails from '@/components/dataDetails/edit-dialog' | 80 | import dataDetails from '@/components/dataDetails/edit-dialog' |
81 | import { getDataReportPage } from "@/api/sbbwcx.js"; | 81 | import sbbwcx from "@/api/sbbwcx.js"; |
82 | import { getQlxxDictList, getChildDictList, refreshDictCache } from "@/api/user.js" | 82 | import { getQlxxDictList, getChildDictList, refreshDictCache } from "@/api/user.js" |
83 | 83 | ||
84 | export default { | 84 | export default { |
... | @@ -182,7 +182,7 @@ export default { | ... | @@ -182,7 +182,7 @@ export default { |
182 | }, | 182 | }, |
183 | // 初始化数据 | 183 | // 初始化数据 |
184 | featchData () { | 184 | featchData () { |
185 | getDataReportPage({ ...this.form, ...this.pageData }).then(res => { | 185 | sbbwcx.getDataReportPage({ ...this.form, ...this.pageData }).then(res => { |
186 | if (res.code === 200) { | 186 | if (res.code === 200) { |
187 | let { total, records } = res.result | 187 | let { total, records } = res.result |
188 | this.tableData.total = total; | 188 | this.tableData.total = total; | ... | ... |
-
Please register or sign in to post a comment