Browse Source

提交一下员工管理不要deptIds

1
mo 3 years ago
parent
commit
c6d1646b5a
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/views/categroyManager/insideSetting/staffManager.vue
  2. 2 2
      vue.config.js

+ 2 - 2
src/views/categroyManager/insideSetting/staffManager.vue

@@ -785,7 +785,7 @@ export default {
             });
             tempPost.push({
               postId: post.postId,
-              deptIds: tempIds,
+              // deptIds: tempIds,
             });
           });
           const tempDeptIds = [];
@@ -798,7 +798,7 @@ export default {
           let tempForm = {
             postDeptIds: JSON.stringify(tempPost),
             organIdList: organIdLists.join(","),
-            deptIds: tempDeptIds,
+            // deptIds: tempDeptIds,
             deptId: tempDeptId,
             ...res,
           };

+ 2 - 2
vue.config.js

@@ -17,10 +17,10 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // //  https://online.dayaedu.com
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://192.168.3.251:8000' // 何国威
-let target = 'http://192.168.3.20:8000' //邹璇
+// let target = 'http://192.168.3.20:8000' //邹璇
 // let target = 'http://192.168.3.119:8000' //勇哥
 // let target = 'http://dev.dayaedu.com' // 开发环境
-// let target = 'https://test.dayaedu.com' //测试环境
+let target = 'https://test.dayaedu.com' //测试环境
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**