浏览代码

问题修改

SunZehao 1 年之前
父节点
当前提交
12b3ca1a1f
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      src/components/taskCenter/taskApplicationFrom.vue

+ 0 - 15
src/components/taskCenter/taskApplicationFrom.vue

@@ -334,7 +334,6 @@ export default {
             this.getDetailsHeader(id)
             this.getprocessInformation(row)
             this.keyId = id
-            this.changeDeptLead(row.deptId)
             this.rowMsg = row
         },
         //查询审批人领导给提示
@@ -359,20 +358,6 @@ export default {
                 }
             })
         },
-        // 根据部门查询人员
-        changeDeptLead(val) {
-            let that = this
-            let params = {
-                current: 1,
-                size: 500,
-                orgId: val
-            }
-            apiGetuserPageList(params).then(datas =>{
-                if (datas && datas.data) {
-                    that.deptLeaderOptionDet = datas.data.records
-                }
-            })
-        },
         getUserPostList() {
             let that = this
             that.showMessage = false