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
a128406c
authored
2024-03-07 14:28:11 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改一并申请
1 parent
cca683d1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
11 deletions
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
src/views/ywbl/ywsq/components/selectYbsc.vue
src/views/ywbl/ywsq/javascript/slectBdcdata.js
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
View file @
a128406
...
...
@@ -168,7 +168,7 @@
@
current-change=
"handleCurrentChange"
></el-pagination>
</div>
<div
class=
"from-clues-content loadingtext"
>
预告抵押信息
预告抵押
登记
信息
<lb-table
ref=
"table"
:pagination=
"false"
:calcHeight=
"500"
:column=
"tableData.columns"
:data=
"tableData.dataList"
>
</lb-table>
...
...
src/views/ywbl/ywsq/components/selectYbsc.vue
View file @
a128406
...
...
@@ -58,7 +58,7 @@
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectH.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
//
import { selectHQjdc } from "@/api/ywsq.js";
import
{
selectHQjdc
}
from
"@/api/ywsq.js"
;
import
{
startTogetherFlow
,
againAddSldy
}
from
"@/api/workFlow.js"
;
export
default
{
mixins
:
[
ywsqTable
,
jump
],
...
...
@@ -89,14 +89,14 @@
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
//
selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => {
//
this.$endLoading();
//
if (res.code === 200) {
//
let { total, records } = res.result;
//
this.tableData.total = total;
//
this.tableData.data = records;
//
}
//
});
selectHQjdc
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
;
}
});
},
/**
* @description: submitForm
...
...
src/views/ywbl/ywsq/javascript/slectBdcdata.js
View file @
a128406
...
...
@@ -116,7 +116,6 @@ export function queueDjywmc (djywbm, djqxbm) {
vm
=
"selectFwsyq"
;
break
;
case
"C04372"
:
//一并国有房屋变更
// vm = "selectYbgybg";
vm
=
"selectFwbjDybgSplitMerge"
break
;
case
"A11100"
:
//林地使用权首次
...
...
Please
register
or
sign in
to post a comment