修改提示权限的问题
This commit is contained in:
@@ -175,3 +175,11 @@ export function confirmMediation(data) {
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
// 查询部门列表
|
||||
export function listDeptApplied(query) {
|
||||
return request({
|
||||
url: '/system/dept/selectList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { caseApplicationList, caseApplicationSelectById,submitCaseApply,selectPaymentDetail,sealApply,selectSealUrl,listCaseLogRecord,msCaseFile,msCaseSign} from '@/api/caseManagement/caseManagement.js'
|
||||
import { caseApplicationList, caseApplicationSelectById,submitCaseApply,selectPaymentDetail,sealApply,selectSealUrl,listCaseLogRecord,msCaseFile,msCaseSign,listDeptApplied} from '@/api/caseManagement/caseManagement.js'
|
||||
import { listDept } from '@/api/system/dept.js'
|
||||
import { queryCaseFlowInfo } from '@/api/caseprocessManagement/caseprocessManagement.js'
|
||||
import moment from "moment";
|
||||
@@ -402,7 +402,7 @@ export default {
|
||||
},
|
||||
/** 获取所有部门 */
|
||||
listDeptFn() {
|
||||
listDept().then(res => {
|
||||
listDeptApplied().then(res => {
|
||||
this.deptList = res.data;
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user