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
5d70e3dc
authored
2023-10-26 14:47:40 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:高级搜索完善
1 parent
5de6673c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
src/views/ywbl/components/mixin/index.js
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/components/mixin/index.js
View file @
5d70e3d
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-25 09:31:27
* @LastEditTime: 2023-
10-26 14:46:56
*/
export
default
{
data
()
{
...
...
@@ -40,11 +40,11 @@ export default {
* @author: renchao
*/
handleEmpty
(
el
)
{
for
(
var
i
=
0
;
i
<
this
.
searchList
.
length
;
i
++
)
{
if
(
el
==
this
.
searchList
[
i
].
zdm
)
{
this
.
searchList
.
splice
(
i
,
1
)
}
}
//
for (var i = 0; i < this.searchList.length; i++) {
//
if (el == this.searchList[i].zdm) {
//
this.searchList.splice(i, 1)
//
}
//
}
let
obj
=
{
ywlymc
:
'ywly'
,
qllxmc
:
'qllx'
,
...
...
src/views/ywbl/dbx/dbx.vue
View file @
5d70e3d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
12 17:05:40
* @LastEditTime: 2023-10-
26 14:40:29
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -208,12 +208,6 @@
mounted
()
{
sendThis
(
this
);
},
watch
:
{
queryForm
:
{
handler
(
newName
,
oldName
)
{
},
immediate
:
true
,
},
},
activated
()
{
this
.
queryClick
();
window
[
"getBpageList"
]
=
()
=>
{
...
...
Please
register
or
sign in
to post a comment