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
8bc6198f
authored
2023-09-07 14:18:06 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
59dc3af3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
src/views/xxba/qyxxba/index.vue
src/views/xxba/yhjgba/index.vue
src/views/xxba/qyxxba/index.vue
View file @
8bc6198
...
...
@@ -80,6 +80,7 @@
methods
:
{
/**
* @description: queryClick
* @author: renchao
*/
queryClick
()
{
this
.
$startLoading
();
...
...
@@ -93,12 +94,24 @@
}
})
},
/**
* @description: handleSearch
* @author: renchao
*/
handleSearch
()
{
this
.
queryClick
();
},
/**
* @description: handleAdd
* @author: renchao
*/
handleAdd
()
{
this
.
$popupDialog
(
"添加企业"
,
"xxba/qyxxba/components/addDialog"
,
{},
"50%"
)
},
/**
* @description: handleDelete
* @author: renchao
*/
handleDelete
()
{
this
.
$confirm
(
'此操作将永久删除该文件, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
src/views/xxba/yhjgba/index.vue
View file @
8bc6198
...
...
@@ -80,6 +80,7 @@
methods
:
{
/**
* @description: queryClick
* @author: renchao
*/
queryClick
()
{
this
.
$startLoading
();
...
...
@@ -93,12 +94,24 @@
}
});
},
/**
* @description: handleSearch
* @author: renchao
*/
handleSearch
()
{
this
.
queryClick
();
},
/**
* @description: handleAdd
* @author: renchao
*/
handleAdd
()
{
this
.
$popupDialog
(
"添加企业"
,
"xxba/yhjgba/components/addDialog"
,
{},
"50%"
)
},
/**
* @description: handleDelete
* @author: renchao
*/
handleDelete
()
{
this
.
$confirm
(
'此操作将永久删除该文件, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
Please
register
or
sign in
to post a comment