fb2855f1 by yuanbo

抽取jtfc.js,修改所有引用文件

1 parent b4df947a
/*
* @Description:
* @Description: 家庭房产信息
* @Autor: renchao
* @LastEditTime: 2023-05-16 14:05:25
*/
......
......@@ -53,7 +53,7 @@
</template>
<script>
import { addFwmxCxjgXx, getFwmxInfo,printJtcfInfo } from "@/api/sqcx";
import { addFwmxCxjgXx, getFwmxInfo,printJtcfInfo } from "@/api/jtfc.js";
import { getPrintTemplateByCode } from "@/api/print";
import { datas, sendThis } from "./dydjbdata";
import { getLodop } from "@/utils/LodopFuncs"
......
......@@ -36,7 +36,7 @@
<script>
import { datas, sendThis } from "./infodata";
import { getFwmxInfo } from "@/api/sqcx";
import { getFwmxInfo } from "@/api/jtfc.js";
export default {
props: {
formData: {
......@@ -103,4 +103,3 @@ export default {
height: 30px;
}
</style>
\ No newline at end of file
......
......@@ -48,7 +48,7 @@ import { mapGetters } from "vuex";
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./dydjbdata";
import addDydjb from "./components/addDydjb.vue";
import { getSqcxPage } from "@/api/sqcx";
import { getSqcxPage } from "@/api/jtfc.js";
export default {
name: "dydjb",
components: { addDydjb },
......
......@@ -120,7 +120,7 @@
import printView from "./printView.vue";
import { getIdCardInfo } from '@/utils/operation.js'
import { getPrintTemplateByCode } from "@/api/print";
import { addJtfcCxjgXx, getJtfcInfo, printJtcfInfo } from "@/api/sqcx";
import { addJtfcCxjgXx, getJtfcInfo, printJtcfInfo } from "@/api/jtfc.js";
export default {
components: {
printView
......
......@@ -48,7 +48,7 @@
<script>
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./jtfcdata";
import { getSqcxPage } from "@/api/sqcx";
import { getSqcxPage } from "@/api/jtfc.js";
export default {
name: "jtfc",
mixins: [table],
......
......@@ -110,7 +110,7 @@
</template>
<script>
import { getJtfcInfo } from "@/api/sqcx";
import { getJtfcInfo } from "@/api/jtfc.js";
import { datas, sendThis } from "./sqcxjlInfodata";
export default {
......
......@@ -69,7 +69,7 @@
<script>
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./sqcxjldata";
import { getSqcxPage } from "@/api/sqcx";
import { getSqcxPage } from "@/api/jtfc.js";
export default {
name: "sqcxjl",
mixins: [table],
......