去掉最后一个顿号

This commit is contained in:
shijingjing
2022-08-22 14:05:51 +08:00
parent 3c417c32ae
commit 24c29a7aa5
2 changed files with 6 additions and 3 deletions

View File

@@ -252,7 +252,7 @@ export default {
...mapState(['user'])
},
methods: {
...mapActions(['initOpenData', 'transCanvas','selectPrivilegedContact']),
...mapActions(['initOpenData', 'transCanvas','selectEnterpriseContact']),
checkTime(index) {
if (index == 3) {
this.timeSelect = index;
@@ -628,7 +628,7 @@ export default {
},
// 选择部门
getDept() {
this.selectPrivilegedContact({
this.selectEnterpriseContact({
fromDepartmentId: 0,
mode: "single",
type: ["department"],