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
7af57188
authored
2023-07-11 14:39:33 +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
3de587f4
7a1f759a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
src/views/workflow/components/tdytTable.vue
src/views/workflow/mixin/public.js
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
src/views/workflow/components/tdytTable.vue
View file @
7af5718
...
...
@@ -135,7 +135,6 @@
},
]);
if
(
that
.
tableDataList
.
length
>
0
)
{
console
.
log
(
"that.tableDataList"
,
that
.
tableDataList
);
this
.
tdyt
=
that
.
tableDataList
[
0
].
yt
?
that
.
tableDataList
[
0
].
yt
:
null
}
else
{
this
.
tdyt
=
null
...
...
@@ -143,7 +142,6 @@
}
else
{
that
.
tableDataList
=
_
.
cloneDeep
(
val
);
if
(
that
.
tableDataList
.
length
>
0
)
{
console
.
log
(
"that.tableDataList"
,
that
.
tableDataList
);
this
.
tdyt
=
that
.
tableDataList
[
0
].
yt
?
that
.
tableDataList
[
0
].
yt
:
null
}
else
{
this
.
tdyt
=
null
...
...
src/views/workflow/mixin/public.js
View file @
7af5718
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
05 09:58:31
* @LastEditTime: 2023-07-
11 13:59:14
*/
import
{
getForm
}
from
"../flowform"
;
import
{
getHomeNoticeList
}
from
"@/api/home.js"
...
...
@@ -43,7 +43,6 @@ export default {
}
}
this
.
componentTag
=
getForm
(
tabname
,
this
.
$route
.
query
.
sqywbm
);
console
.
log
(
tabname
);
}
}
}
...
...
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
View file @
7af5718
...
...
@@ -3,14 +3,14 @@
<!-- 表单部分 国有建设用地使用权 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
>
<el-row>
<el-col
:span=
"
7
"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"宗地代码"
>
<el-input
placeholder=
"请输入宗地代码"
maxlength=
"19"
v-model=
"queryForm.zddm"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
7
"
>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
maxlength=
"28"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width100"
>
</el-input>
...
...
@@ -22,7 +22,7 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
class=
"btnColRight"
>
<el-col
:span=
"
6
"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
...
...
Please
register
or
sign in
to post a comment