首次登记和注销登记代码优化
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -183,7 +183,7 @@ | ... | @@ -183,7 +183,7 @@ |
183 | </template> | 183 | </template> |
184 | <script> | 184 | <script> |
185 | import InformationTable from "@/views/workflow/components/InformationTable"; | 185 | import InformationTable from "@/views/workflow/components/InformationTable"; |
186 | import {Init, saveBatchData, saveData} from "@/api/fwsyqFlow.js"; | 186 | import {Init, saveBatchData} from "@/api/fwsyqFlow.js"; |
187 | import { mapGetters } from "vuex"; | 187 | import { mapGetters } from "vuex"; |
188 | export default { | 188 | export default { |
189 | created () { | 189 | created () { | ... | ... |
-
Please register or sign in to post a comment