Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8e05d4f6
authored
2022-09-21 15:32:08 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
目录结构调整
1 parent
4b1a0531
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/views/ywbl/ywsq/components/fqsqDialog/fqsqDialog.vue → src/views/ywbl/ywsq/slectBdc.vue
src/views/ywbl/ywsq/components/fqsqDialog/fqsqdata.js → src/views/ywbl/ywsq/slectBdcdata.js
src/views/ywbl/ywsq/ywsq.vue
src/views/ywbl/ywsq/
components/fqsqDialog/fqsqDialog
.vue
→
src/views/ywbl/ywsq/
slectBdc
.vue
View file @
8e05d4f
...
...
@@ -4,7 +4,7 @@
</dialogBox>
</
template
>
<
script
>
import
{
queueDjywmc
}
from
'./
fqsq
data.js'
;
import
{
queueDjywmc
}
from
'./
slectBdc
data.js'
;
export
default
{
props
:
{
value
:
{
type
:
Boolean
,
default
:
true
},
...
...
@@ -30,7 +30,7 @@ export default {
methods
:
{
loadView
(
view
)
{
console
.
log
(
view
);
return
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
`.
.
/
${
view
}
.vue`
)))
return
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
`.
/components
/
${
view
}
.vue`
)))
},
closeDialog
()
{
this
.
$emit
(
"input"
,
false
);
...
...
src/views/ywbl/ywsq/
components/fqsqDialog/fqsq
data.js
→
src/views/ywbl/ywsq/
slectBdc
data.js
View file @
8e05d4f
File moved
src/views/ywbl/ywsq/ywsq.vue
View file @
8e05d4f
...
...
@@ -60,7 +60,7 @@
</div>
</div>
<div
class=
"submit-button"
>
<el-button
type=
"primary"
:disabled=
"btnDisabled"
@
click=
"bt
nClick"
>
选择不动产信息
</el-button>
<el-button
type=
"primary"
:disabled=
"btnDisabled"
@
click=
"bt
hSelectClick"
>
选择不动产
</el-button>
</div>
</div>
<fqsqDialog
v-model=
"isDialog"
:bsmSqyw=
"bsmSqyw"
:djywbm=
"djywbm"
:djqxObj=
'djqxObj'
/>
...
...
@@ -68,7 +68,7 @@
</
template
>
<
script
>
import
{
getCollectBiz
,
getleftMenu
,
getNextNode
}
from
"@/api/ywbl"
import
fqsqDialog
from
"./
components/fqsqDialog/fqsqDialog
.vue"
import
fqsqDialog
from
"./
slectBdc
.vue"
export
default
{
data
()
{
return
{
...
...
@@ -186,7 +186,7 @@ export default {
this
.
djqxList
=
[]
},
// 选择不动产信息
bt
n
Click
()
{
bt
hSelect
Click
()
{
this
.
isDialog
=
true
},
loadView
(
view
)
{
...
...
Please
register
or
sign in
to post a comment