协同宣发

This commit is contained in:
shijingjing
2022-08-22 13:47:25 +08:00
parent 24fbbd51f7
commit 3c417c32ae
2 changed files with 9 additions and 7 deletions

View File

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