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
a4444284
authored
2023-10-26 14:48:14 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
54ef6163
5d70e3dc
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 @
a444428
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-26 14:
13:12
* @LastEditTime: 2023-10-26 14:
46:56
*/
export
default
{
data
()
{
...
...
@@ -39,11 +39,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 @
a444428
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-26 14:
21:47
* @LastEditTime: 2023-10-26 14:
48:13
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -207,12 +207,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