54b26e2c by jiaozeping@pashanhoo.com

selectScBdcdy

1 parent 024bbf3f
...@@ -31,9 +31,9 @@ export function getNextNode (bsmSqyw) { ...@@ -31,9 +31,9 @@ export function getNextNode (bsmSqyw) {
31 /* 31 /*
32 业务办理-选择单元-根据条件进行列表查询 32 业务办理-选择单元-根据条件进行列表查询
33 */ 33 */
34 export function selectBdcdy (data) { 34 export function selectScBdcdy (data) {
35 return request({ 35 return request({
36 url: '/ywbl/ywsq/selectBdcdy', 36 url: '/ywbl/ywsq/selectScBdcdy',
37 method: 'post', 37 method: 'post',
38 data 38 data
39 }) 39 })
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
55 //查封等级 55 //查封等级
56 import { datas, sendThis } from "./cfdj.js"; 56 import { datas, sendThis } from "./cfdj.js";
57 import table from "@/utils/mixin/table"; 57 import table from "@/utils/mixin/table";
58 import { selectBdcdy, startBusinessFlow } from "@/api/ywbl.js"; 58 import { selectScBdcdy, startBusinessFlow } from "@/api/ywbl.js";
59 export default { 59 export default {
60 props: { 60 props: {
61 bsmSqyw: { type: String, default: '' }, 61 bsmSqyw: { type: String, default: '' },
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
94 }, 94 },
95 fetchData () { 95 fetchData () {
96 if (this.bsmSqyw) { 96 if (this.bsmSqyw) {
97 selectBdcdy({ ...this.queryForm, ...this.pageData }) 97 selectScBdcdy({ ...this.queryForm, ...this.pageData })
98 .then((res) => { 98 .then((res) => {
99 if (res.code === 200) { 99 if (res.code === 200) {
100 let { total, records } = res.result; 100 let { total, records } = res.result;
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
93 //首次登记 93 //首次登记
94 import { datas, sendThis } from "./scdj.js"; 94 import { datas, sendThis } from "./scdj.js";
95 import table from "@/utils/mixin/table"; 95 import table from "@/utils/mixin/table";
96 import { selectBdcdy, startBusinessFlow } from "@/api/ywbl.js"; 96 import { selectScBdcdy, startBusinessFlow } from "@/api/ywbl.js";
97 export default { 97 export default {
98 props: { 98 props: {
99 bsmSqyw: { type: String, default: "" }, 99 bsmSqyw: { type: String, default: "" },
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
133 }, 133 },
134 fetchData() { 134 fetchData() {
135 if (this.bsmSqyw) { 135 if (this.bsmSqyw) {
136 selectBdcdy({ ...this.queryForm, ...this.pageData }).then((res) => { 136 selectScBdcdy({ ...this.queryForm, ...this.pageData }).then((res) => {
137 if (res.code === 200) { 137 if (res.code === 200) {
138 let { total, records } = res.result; 138 let { total, records } = res.result;
139 this.tableData.total = total; 139 this.tableData.total = total;
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
55 //续封登记 55 //续封登记
56 import { datas, sendThis } from "./xfdj.js"; 56 import { datas, sendThis } from "./xfdj.js";
57 import table from "@/utils/mixin/table"; 57 import table from "@/utils/mixin/table";
58 import { selectBdcdy, startBusinessFlow } from "@/api/ywbl.js"; 58 import { selectScBdcdy, startBusinessFlow } from "@/api/ywbl.js";
59 export default { 59 export default {
60 props: { 60 props: {
61 bsmSqyw: { type: String, default: '' }, 61 bsmSqyw: { type: String, default: '' },
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
94 }, 94 },
95 fetchData () { 95 fetchData () {
96 if (this.bsmSqyw) { 96 if (this.bsmSqyw) {
97 selectBdcdy({ ...this.queryForm, ...this.pageData }) 97 selectScBdcdy({ ...this.queryForm, ...this.pageData })
98 .then((res) => { 98 .then((res) => {
99 if (res.code === 200) { 99 if (res.code === 200) {
100 let { total, records } = res.result; 100 let { total, records } = res.result;
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
55 //转移登记 55 //转移登记
56 import { datas, sendThis } from "./zydj.js"; 56 import { datas, sendThis } from "./zydj.js";
57 import table from "@/utils/mixin/table"; 57 import table from "@/utils/mixin/table";
58 import { selectBdcdy, startBusinessFlow } from "@/api/ywbl.js"; 58 import { selectScBdcdy, startBusinessFlow } from "@/api/ywbl.js";
59 export default { 59 export default {
60 props: { 60 props: {
61 bsmSqyw: { type: String, default: '' }, 61 bsmSqyw: { type: String, default: '' },
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
94 }, 94 },
95 fetchData () { 95 fetchData () {
96 if (this.bsmSqyw) { 96 if (this.bsmSqyw) {
97 selectBdcdy({ ...this.queryForm, ...this.pageData }) 97 selectScBdcdy({ ...this.queryForm, ...this.pageData })
98 .then((res) => { 98 .then((res) => {
99 if (res.code === 200) { 99 if (res.code === 200) {
100 let { total, records } = res.result; 100 let { total, records } = res.result;
......