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
2344ae34
authored
2023-07-24 15:25:01 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
4bf5cf8f
a2e9d581
Show whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
172 additions
and
83 deletions
src/layout/components/AppMain.vue
src/layout/components/TagsView/index.vue
src/views/sqcx/dydjb/dydjb.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/system/dictionaries/dictionaries.vue
src/views/system/flfg/flfg.vue
src/views/system/qtjfjmb/qtjfjmb.vue
src/views/system/sqywgz/sqywgz.vue
src/views/system/xttz/xttz.vue
src/views/workflow/components/dialog/zslq.vue
src/views/workflow/components/fzxx.vue
src/views/workflow/javascript/fzxxdata.js
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ybx/ybx.vue
src/views/ywbl/ybx/ybxdata.js
src/views/ywbl/ywsq/guidePage.vue
src/views/ywbl/ywsq/ywsq.scss
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/lpcx/lpcx.vue
src/views/zhcx/zslqcx/zslqcx.vue
src/views/zhcx/zxgcdycx/zxgcdycx.vue
src/views/zsgl/zsff/zsff.vue
src/views/zsgl/zsrk/zsrk.vue
src/views/zsgl/zssyjl/zssyjl.vue
src/layout/components/AppMain.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-08 15:19:43
* @LastEditTime: 2023-0
7-24 15:00:14
-->
<
template
>
<section
class=
"app-main"
>
<transition
name=
"fade-transform"
mode=
"out-in"
>
<keep-alive
:exclude=
"['home','ywsq']"
>
<router-view
/>
</keep-alive>
</transition>
</section>
</
template
>
...
...
src/layout/components/TagsView/index.vue
View file @
2344ae3
...
...
@@ -276,7 +276,7 @@
color
:
#495060
;
background
:
#fff
;
padding
:
0
8px
;
font-size
:
1
2
px
;
font-size
:
1
5
px
;
margin-left
:
5px
;
margin-top
:
4px
;
...
...
src/views/sqcx/dydjb/dydjb.vue
View file @
2344ae3
...
...
@@ -44,12 +44,12 @@
</div>
</
template
>
<
script
>
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/jtfc.js"
;
export
default
{
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/jtfc.js"
;
export
default
{
name
:
"dydjb"
,
components
:
{
addDydjb
},
mixins
:
[
table
],
...
...
@@ -76,6 +76,9 @@ export default {
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 初始化数据
/**
...
...
@@ -121,8 +124,8 @@ export default {
this
.
sqcxBsm
=
''
}
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-28 14:45:2
0
* @LastEditTime: 2023-0
7-24 11:27:0
0
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -70,6 +70,9 @@
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 初始化数据
queryClick
()
{
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
2344ae3
...
...
@@ -36,14 +36,14 @@
<el-row>
<el-col
:span=
"6"
>
<el-form-item
label=
"开始日期"
class=
"marginbtm0"
>
<el-date-picker
class=
"width100"
v-model=
"queryForm.s
qr
"
type=
"date"
placeholder=
"开始日期"
<el-date-picker
class=
"width100"
v-model=
"queryForm.s
tartTime"
:picker-options=
"pickerOptionsStart
"
type=
"date"
placeholder=
"开始日期"
value-format=
"yyyy-MM-dd"
clearable
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"结束日期"
class=
"marginbtm0"
>
<el-date-picker
class=
"width100"
v-model=
"queryForm.
sqr
"
type=
"date"
placeholder=
"结束日期"
<el-date-picker
class=
"width100"
v-model=
"queryForm.
endTime"
:picker-options=
"pickerOptionsEnd
"
type=
"date"
placeholder=
"结束日期"
value-format=
"yyyy-MM-dd"
clearable
>
</el-date-picker>
</el-form-item>
...
...
@@ -67,10 +67,10 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./sqcxjldata"
;
import
{
getSqcxPage
}
from
"@/api/jtfc.js"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./sqcxjldata"
;
import
{
getSqcxPage
}
from
"@/api/jtfc.js"
;
export
default
{
name
:
"sqcxjl"
,
mixins
:
[
table
],
mounted
()
{
...
...
@@ -79,10 +79,32 @@ export default {
},
data
()
{
return
{
// 开始结束日期限制
pickerOptionsStart
:
{
disabledDate
:
(
time
)
=>
{
if
(
this
.
queryForm
.
endTime
)
{
return
(
time
.
getTime
()
>=
new
Date
(
this
.
queryForm
.
endTime
).
getTime
()
);
}
}
},
// 结束日期限制
pickerOptionsEnd
:
{
disabledDate
:
(
time
)
=>
{
if
(
this
.
queryForm
.
startTime
)
{
return
(
time
.
getTime
()
<=
new
Date
(
this
.
queryForm
.
startTime
).
getTime
()
);
}
}
},
queryForm
:
{
cxbh
:
""
,
sqr
:
""
,
ywh
:
""
,
startTime
:
""
,
endTime
:
""
},
tableData
:
{
columns
:
datas
.
columns
(),
...
...
@@ -90,6 +112,9 @@ export default {
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 初始化数据
/**
...
...
@@ -128,12 +153,12 @@ export default {
})
}
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
.marginbtm0
{
margin-bottom
:
0
}
.marginbtm0
{
margin-bottom
:
0
;
}
</
style
>
...
...
src/views/system/dictionaries/dictionaries.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
13 16:31:56
* @LastEditTime: 2023-07-
24 14:09:53
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -69,6 +69,9 @@
}
}
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
/**
...
...
src/views/system/flfg/flfg.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 16:04:4
7
* @LastEditTime: 2023-07-
24 14:12:1
7
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -46,6 +46,9 @@
sendThis
(
this
);
this
.
queryClick
()
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
isDialog
:
false
,
...
...
src/views/system/qtjfjmb/qtjfjmb.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 14:09:29
* @LastEditTime: 2023-07-
24 14:11:31
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -63,6 +63,9 @@
bsmMb
:
''
}
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
/**
...
...
src/views/system/sqywgz/sqywgz.vue
View file @
2344ae3
...
...
@@ -47,7 +47,7 @@
import
{
datas
,
sendThis
}
from
"./sqywgzdata"
;
import
{
getSysSqdjywBysearch
,
getDjlxInfo
}
from
"@/api/sysSqdjyw.js"
;
export
default
{
name
:
"
djbcx
"
,
name
:
"
sqywgz
"
,
components
:
{
editDialog
,
componentDialog
,
...
...
@@ -57,6 +57,9 @@
sendThis
(
this
);
this
.
queryClick
();
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
qllxmc
:
""
,
...
...
src/views/system/xttz/xttz.vue
View file @
2344ae3
...
...
@@ -37,11 +37,11 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./xttzdata"
;
import
{
getSysNoticeList
,
deleteSysNotice
,
publishNotice
,
unPublishNotice
}
from
"@/api/sysNotice.js"
import
addDialog
from
"./components/addDialog.vue"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./xttzdata"
;
import
{
getSysNoticeList
,
deleteSysNotice
,
publishNotice
,
unPublishNotice
}
from
"@/api/sysNotice.js"
import
addDialog
from
"./components/addDialog.vue"
;
export
default
{
name
:
"xttz"
,
components
:
{
addDialog
},
mixins
:
[
table
],
...
...
@@ -49,6 +49,9 @@ export default {
sendThis
(
this
);
this
.
queryClick
()
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
isDialog
:
false
,
...
...
@@ -180,8 +183,8 @@ export default {
window
.
open
(
href
,
'_blank'
);
}
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/workflow/components/dialog/zslq.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-18 10:53:49
* @LastEditTime: 2023-0
7-24 10:22:41
-->
<
template
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"100px"
>
...
...
@@ -123,6 +123,9 @@
getUnclaimedBdcqz
({
bsmSlsq
:
Vue
.
prototype
.
$currentRoute
.
query
.
bsmSlsq
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableData
.
data
=
res
.
result
.
list
;
if
(
this
.
tableData
.
data
.
length
>
0
)
{
this
.
ruleForm
.
lzrxm
=
this
.
tableData
.
data
[
0
].
qlr
}
this
.
ruleForm
.
fzrmc
=
res
.
result
.
fzrmc
this
.
ruleForm
.
fzsj
=
res
.
result
.
fzsj
this
.
ruleForm
.
fzsl
=
res
.
result
.
fzsl
...
...
@@ -151,12 +154,13 @@
* @author: renchao
*/
handleSubmit
()
{
this
.
$refs
.
ruleForm
.
validate
(
valid
=>
{
if
(
valid
)
{
issueCertificate
(
this
.
ruleForm
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
.
success
(
'保存成功'
);
//刷新列表
store
.
dispatch
(
'user/refreshPage'
,
true
)
this
.
$popupCacel
()
}
else
{
this
.
$message
.
error
(
res
.
message
)
...
...
src/views/workflow/components/fzxx.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-2
0 16:58:04
* @LastEditTime: 2023-07-2
4 10:15:01
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/workflow/javascript/fzxxdata.js
View file @
2344ae3
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:38:57
* @LastEditTime: 2023-0
7-24 10:24:48
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -23,8 +23,13 @@ class data extends filter {
width
:
'50'
},
{
prop
:
"fzrmc"
,
label
:
"发证人"
},
{
prop
:
"bdcqzlx"
,
label
:
"不动产权证类型"
,
width
:
'130'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
src/views/ywbl/dbx/dbx.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:42:49
* @LastEditTime: 2023-0
7-24 15:03:20
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -106,7 +106,6 @@
import
{
datas
,
sendThis
}
from
"./dbxdata"
;
import
{
searchTaskToDo
}
from
"@/api/workflow/search.js"
;
import
{
judgeUserTaskPermission
,
deleteFlow
,
claimTask
}
from
"@/api/workFlow.js"
;
import
{
log
}
from
'bpmn-js-token-simulation'
;
export
default
{
name
:
"dbx"
,
components
:
{
searchBox
},
...
...
@@ -134,9 +133,6 @@
},
mounted
()
{
sendThis
(
this
);
window
[
"getBpageList"
]
=
()
=>
{
this
.
queryClick
();
}
},
watch
:
{
queryForm
:
{
...
...
@@ -144,6 +140,12 @@
immediate
:
true
,
},
},
activated
()
{
this
.
queryClick
();
window
[
"getBpageList"
]
=
()
=>
{
this
.
queryClick
();
}
},
methods
:
{
// 列表渲染接口
/**
...
...
@@ -225,7 +227,7 @@
if
(
res
.
code
==
200
)
{
if
(
res
.
result
)
{
//有任务权限
if
(
item
.
sjlx
==
"3"
)
{
if
(
item
.
sjlx
==
"3"
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
"/djbworkFrame?bsmSlsq="
+
item
.
bsmSlsq
+
...
...
@@ -236,7 +238,7 @@
item
.
djywbm
);
window
.
open
(
href
,
`djbworkFrame
${
item
.
bsmSlsq
}
`
);
}
else
{
}
else
{
const
{
href
}
=
this
.
$router
.
resolve
(
"/workFrame?bsmSlsq="
+
item
.
bsmSlsq
+
...
...
src/views/ywbl/ybx/ybx.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 14:38:31
* @LastEditTime: 2023-07-
24 15:03:46
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -137,9 +137,6 @@
components
:
{
searchBox
},
mixins
:
[
table
,
searchMin
],
mounted
()
{
window
[
"getBpageList"
]
=
()
=>
{
this
.
queryClick
();
};
sendThis
(
this
);
},
computed
:
{
...
...
@@ -166,6 +163,12 @@
},
};
},
activated
()
{
this
.
queryClick
()
window
[
"getBpageList"
]
=
()
=>
{
this
.
queryClick
()
}
},
methods
:
{
// 列表渲染接口
/**
...
...
src/views/ywbl/ybx/ybxdata.js
View file @
2344ae3
...
...
@@ -25,6 +25,7 @@ class data extends filter {
{
prop
:
"ywlymc"
,
label
:
"业务来源"
,
width
:
'100'
,
},
{
label
:
"流程状态"
,
...
...
@@ -48,6 +49,7 @@ class data extends filter {
},
{
label
:
"业务号"
,
width
:
'90'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-button
>
}
...
...
src/views/ywbl/ywsq/guidePage.vue
View file @
2344ae3
...
...
@@ -93,6 +93,7 @@
<
script
>
import
{
getCollectBiz
,
getleftMenu
,
getNextNode
,
getRepairBiz
,
getTogetherBiz
,
addCollectBiz
,
deleteCollectBiz
}
from
"@/api/businessApply.js"
export
default
{
name
:
'ywsq'
,
data
()
{
return
{
//申请业务类型集合
...
...
src/views/ywbl/ywsq/ywsq.scss
View file @
2344ae3
...
...
@@ -71,9 +71,7 @@
}
.item-list
{
padding
:
0
20px
0
20px
;
padding
:
0
10px
;
li
{
cursor
:
pointer
;
...
...
@@ -83,6 +81,7 @@
padding-left
:
10px
;
border-radius
:
2px
;
box-sizing
:
border-box
;
font-size
:
14px
;
border
:
1px
solid
rgb
(
235
,
235
,
235
);
transition
:
all
0
.3s
;
...
...
@@ -137,6 +136,7 @@
p
{
@include
flex-center
;
font-size
:
16px
;
}
&
:hover
{
...
...
@@ -190,7 +190,7 @@
justify-content
:
space-between
;
margin-left
:
10px
;
cursor
:
pointer
;
font-size
:
1
3
px
;
font-size
:
1
4
px
;
margin-bottom
:
15px
;
p
:nth-child
(
2
)
{
...
...
@@ -207,7 +207,6 @@
width
:
100%
;
padding
:
1px
;
padding-left
:
30px
;
font-size
:
13px
;
display
:
flex
;
justify-content
:
center
;
flex-direction
:
column
;
...
...
@@ -219,6 +218,7 @@
display
:
flex
;
align-items
:
center
;
margin-left
:
30px
;
font-size
:
14px
;
}
p
:nth-child
(
2
)
{
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 13:59:3
5
* @LastEditTime: 2023-07-
24 14:04:1
5
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -137,11 +137,14 @@
},
qllxs
:
[],
isDialog
:
false
,
djbxxData
:
{}
,
}
;
djbxxData
:
{}
}
},
computed
:
{
...
mapGetters
([
"dictData"
]),
...
mapGetters
([
"dictData"
])
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
...
...
src/views/zhcx/jdcx/jdcx.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 13:59:55
* @LastEditTime: 2023-07-
24 14:02:07
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -110,6 +110,9 @@
}
}
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
/**
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-2
1 11:25:20
* @LastEditTime: 2023-07-2
4 14:04:47
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -78,6 +78,9 @@
}
}
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
/**
...
...
@@ -118,7 +121,7 @@
openlpbClick
(
scope
)
{
this
.
$popupDialog
(
'楼盘表'
,
'lpb/index'
,
{
bsm
:
scope
.
row
.
bsm
,
onlyShow
:
true
onlyShow
:
true
},
'90%'
,
true
)
}
}
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
2344ae3
...
...
@@ -58,7 +58,7 @@
import
{
getBdcqzReceiveList
}
from
"@/api/search.js"
import
{
bdcqzPreview
}
from
"@/api/bdcqz.js"
export
default
{
components
:
{}
,
name
:
"zslqcx"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
...
...
@@ -79,6 +79,9 @@
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 查询
/**
...
...
src/views/zhcx/zxgcdycx/zxgcdycx.vue
View file @
2344ae3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-19 13:32:04
* @LastEditTime: 2023-0
7-24 14:07:02
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -50,7 +50,7 @@
import
{
datas
,
sendThis
}
from
"./zxgcdycx"
;
import
{
getZjgcdyList
}
from
"@/api/search.js"
export
default
{
components
:
{}
,
name
:
"zxgcdycx"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
...
...
@@ -69,6 +69,9 @@
},
};
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 查询
/**
...
...
src/views/zsgl/zsff/zsff.vue
View file @
2344ae3
...
...
@@ -44,15 +44,18 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zsffdata"
;
import
{
getZsglffList
,
removeZsgl
,
confirmZsff
}
from
"@/api/zsgl.js"
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zsffdata"
;
import
{
getZsglffList
,
removeZsgl
,
confirmZsff
}
from
"@/api/zsgl.js"
export
default
{
name
:
"zsff"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
value
:
''
,
...
...
@@ -169,12 +172,12 @@ export default {
})
}
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
/
deep
/
.el-icon-date
{
/
deep
/
.el-icon-date
{
display
:
none
;
}
}
</
style
>
...
...
src/views/zsgl/zsrk/zsrk.vue
View file @
2344ae3
...
...
@@ -42,15 +42,18 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zsrkdata"
;
import
{
getZsglrkList
,
removeZsgl
,
verifyZsrk
}
from
"@/api/zsgl.js"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zsrkdata"
;
import
{
getZsglrkList
,
removeZsgl
,
verifyZsrk
}
from
"@/api/zsgl.js"
;
export
default
{
name
:
"zsrk"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
ruleForm
:
{
...
...
@@ -166,8 +169,8 @@ export default {
})
}
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/zsgl/zssyjl/zssyjl.vue
View file @
2344ae3
...
...
@@ -47,10 +47,10 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
getZssyqkList
}
from
"@/api/zsgl.js"
import
{
datas
,
sendThis
}
from
"./zssyjldata"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
getZssyqkList
}
from
"@/api/zsgl.js"
import
{
datas
,
sendThis
}
from
"./zssyjldata"
;
export
default
{
name
:
"zssyjl"
,
mixins
:
[
table
],
mounted
()
{
...
...
@@ -75,6 +75,9 @@ export default {
]
};
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
/**
* @description: queryClick
...
...
@@ -101,8 +104,8 @@ export default {
})
}
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
Please
register
or
sign in
to post a comment