recordLog引用修改,命名规范
Showing
2 changed files
with
1 additions
and
1 deletions
File moved
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | import { datas, sendThis } from "./data" | 49 | import { datas, sendThis } from "./data" |
| 50 | // 引入表格混入方法 | 50 | // 引入表格混入方法 |
| 51 | import table from "@/utils/mixin/table" | 51 | import table from "@/utils/mixin/table" |
| 52 | import { getRecordLogPage } from "@/api/dbrzcx.js"; | 52 | import { getRecordLogPage } from "@/api/recordLog.js"; |
| 53 | import { mapGetters } from 'vuex' | 53 | import { mapGetters } from 'vuex' |
| 54 | export default { | 54 | export default { |
| 55 | name: "dbrzcx", | 55 | name: "dbrzcx", | ... | ... |
-
Please register or sign in to post a comment