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
efb3da58
authored
2022-09-20 15:19:34 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
ca427820
63ec7b73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/ywbl/fqsq/components/InformationTable.vue
src/views/ywbl/fqsq/components/InformationTable.vue
View file @
efb3da5
...
...
@@ -109,7 +109,6 @@ export default {
methods
:
{
// 添加
handleAdd
()
{
console
.
log
(
11111111111
);
this
.
dialog
=
true
},
// 减
...
...
@@ -119,7 +118,9 @@ export default {
// 身份证读取
readClick
()
{
},
// 修改
handleEdit
()
{
},
handleEdit
()
{
this
.
dialog
=
true
},
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment