mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -22,8 +22,8 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
selectDep: [],
|
||||
department: []
|
||||
selectDep: [], // 已选数据
|
||||
department: [] // 列表
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user