11111111
Showing
3 changed files
with
5 additions
and
7 deletions
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 6 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
7 | <el-row> | 7 | <el-row> |
8 | <el-col :span="5"> | 8 | <el-col :span="5"> |
9 | <el-form-item label="权利类型"> | 9 | <el-form-item label="权利类型22222"> |
10 | <el-select | 10 | <el-select |
11 | v-model="queryForm.qllx" | 11 | v-model="queryForm.qllx" |
12 | filterable | 12 | filterable |
... | @@ -91,7 +91,7 @@ | ... | @@ -91,7 +91,7 @@ |
91 | import { datas, sendThis } from "../javascript/bdcqlMain.js"; | 91 | import { datas, sendThis } from "../javascript/bdcqlMain.js"; |
92 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 92 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
93 | import table from "@/utils/mixin/table"; | 93 | import table from "@/utils/mixin/table"; |
94 | import jump from "../components/mixin/jump"; | 94 | import jump from "./mixin/jump"; |
95 | import { selectQlxx, startBusinessFlow } from "@/api/ywbl.js"; | 95 | import { selectQlxx, startBusinessFlow } from "@/api/ywbl.js"; |
96 | export default { | 96 | export default { |
97 | mixins: [table, jump], | 97 | mixins: [table, jump], | ... | ... |
... | @@ -34,9 +34,6 @@ export function queueDjywmc (djywbm) { | ... | @@ -34,9 +34,6 @@ export function queueDjywmc (djywbm) { |
34 | case "A07400": | 34 | case "A07400": |
35 | vm = "jsydsyq200"; | 35 | vm = "jsydsyq200"; |
36 | break; | 36 | break; |
37 | case "A37100"://抵押权首次 | ||
38 | vm = "bdcqlMain"; | ||
39 | break; | ||
40 | case "A37200"://抵押权转移 | 37 | case "A37200"://抵押权转移 |
41 | case "A37300"://抵押权变更 | 38 | case "A37300"://抵押权变更 |
42 | case "A37400"://抵押权注销 | 39 | case "A37400"://抵押权注销 |
... | @@ -47,7 +44,7 @@ export function queueDjywmc (djywbm) { | ... | @@ -47,7 +44,7 @@ export function queueDjywmc (djywbm) { |
47 | vm = "cfdj"; | 44 | vm = "cfdj"; |
48 | break; | 45 | break; |
49 | default: | 46 | default: |
50 | vm = "bdcql"; | 47 | vm = "selecBdcql"; |
51 | } | 48 | } |
52 | return vm; | 49 | return vm; |
53 | } | 50 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment