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
bbc3fa3a
authored
2023-09-08 13:58:59 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
0d06b2b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
src/views/system/qtjfjmb/components/djbdisposition.vue
src/views/system/qtjfjmb/components/djbdisposition.vue
View file @
bbc3fa3
...
...
@@ -96,8 +96,8 @@ export default {
methods
:
{
/**
* 初始数据集
* @
returns {*[]}
*
@description:
初始数据集
* @
author: renchao
*/
generateData
()
{
const
data
=
[];
...
...
@@ -130,7 +130,8 @@ export default {
});
},
/**
* 确定选择
* @description: 确定选择
* @author: renchao
*/
submitForm
()
{
this
.
value
.
forEach
((
item
)
=>
{
...
...
@@ -153,7 +154,7 @@ export default {
});
},
/**
* 监听右侧选中
*
@description:
监听右侧选中
* @param {*} value
* @author: renchao
*/
...
...
@@ -161,7 +162,7 @@ export default {
this
.
item
=
value
;
},
/**
* 右侧数据点击排序
*
@description:
右侧数据点击排序
* @param {*} direction
* @param {*} key
* @author: renchao
...
...
Please
register
or
sign in
to post a comment