抽取ptjk.js,修改所有引用文件
Showing
4 changed files
with
6 additions
and
6 deletions
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ | 
| 58 | </template> | 58 | </template> | 
| 59 | 59 | ||
| 60 | <script> | 60 | <script> | 
| 61 | import { addSysInterface, editSysInterface} from "@/api/jkfw.js" | 61 | import { addSysInterface, editSysInterface} from "@/api/ptjk.js" | 
| 62 | export default { | 62 | export default { | 
| 63 | components: { | 63 | components: { | 
| 64 | }, | 64 | }, | ... | ... | 
| ... | @@ -44,10 +44,10 @@ | ... | @@ -44,10 +44,10 @@ | 
| 44 | 44 | ||
| 45 | <script> | 45 | <script> | 
| 46 | import vueJsonEditor from 'vue-json-editor' | 46 | import vueJsonEditor from 'vue-json-editor' | 
| 47 | import {interfaceRetrieve } from "@/api/jkfw.js" | 47 | import {interfaceRetrieve } from "@/api/ptjk.js" | 
| 48 | export default { | 48 | export default { | 
| 49 | components: { | 49 | components: { | 
| 50 | vueJsonEditor | 50 | vueJsonEditor | 
| 51 | }, | 51 | }, | 
| 52 | computed: { | 52 | computed: { | 
| 53 | }, | 53 | }, | 
| ... | @@ -95,7 +95,7 @@ export default { | ... | @@ -95,7 +95,7 @@ export default { | 
| 95 | //关闭弹窗 | 95 | //关闭弹窗 | 
| 96 | closeDialog () { | 96 | closeDialog () { | 
| 97 | this.$emit("input", false); | 97 | this.$emit("input", false); | 
| 98 | this.interfaceParams = {} | 98 | this.interfaceParams = {} | 
| 99 | this.returnMessage = {} | 99 | this.returnMessage = {} | 
| 100 | this.hasJsonFlag = true | 100 | this.hasJsonFlag = true | 
| 101 | }, | 101 | }, | ... | ... | 
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ | 
| 40 | import { mapGetters } from 'vuex' | 40 | import { mapGetters } from 'vuex' | 
| 41 | import table from "@/utils/mixin/table" | 41 | import table from "@/utils/mixin/table" | 
| 42 | import { datas, sendThis } from "./ptjkdata" | 42 | import { datas, sendThis } from "./ptjkdata" | 
| 43 | import { getSysInterfaceList } from '@/api/jkfw' | 43 | import { getSysInterfaceList } from '@/api/ptjk.js' | 
| 44 | import addDialog from "./components/addDialog.vue" | 44 | import addDialog from "./components/addDialog.vue" | 
| 45 | import retrieveDialog from "./components/retrieveDialog.vue" | 45 | import retrieveDialog from "./components/retrieveDialog.vue" | 
| 46 | export default { | 46 | export default { | ... | ... | 
- 
Please register or sign in to post a comment