Bladeren bron

问题修改

SunZehao 1 jaar geleden
bovenliggende
commit
cd607cebdf

+ 3 - 3
src/components/assessment/assessmentApplicationPage.vue

@@ -284,14 +284,14 @@ export default {
         // 查询列表页面
         getassessmentApplicationList() {
             let that = this
-            let userMes = JSON.parse(window.sessionStorage.getItem('user'))
+            // let userMes = JSON.parse(window.sessionStorage.getItem('user'))
             let params = {
                 pageNum: that.page.currentPage,
                 pageSize: that.page.pagesize,
                 orderNumber: that.orderNumber,
                 deptName: that.departNameS,
-                deptId: userMes.deptId,
-                // deptId: '',
+                // deptId: userMes.deptId,
+                deptId: '',
                 annual: that.timeIds ? this.timeIds.substring(0, this.timeIds.indexOf('-'))*1 : null,
                 declarationMonth: that.timeIds ? this.timeIds.substring(this.timeIds.indexOf('-')+1, this.timeIds.length)*1 : null
             }

+ 1 - 1
src/components/assessment/evaluationDeptStartFrom.vue

@@ -123,7 +123,7 @@
                             <el-table-column label="审核状态" width="150" >
                                 <template #default="scope">
                                     <el-select v-model="scope.row.auditStatus"
-                                    :disabled="(scope.row.dataPermission === '-1' && scope.row.auditStatus !== '') || userMes.deptId === '23031009' || receiptMsg.stage === '流程已结束'"
+                                    :disabled="(scope.row.dataPermission === '-1' && scope.row.auditStatus !== '') || userMes.deptId !== '23031009' || receiptMsg.stage === '流程已结束'"
                                      placeholder="请选择审核状态">
                                         <el-option
                                         v-for="item in statusData"

+ 1 - 1
src/components/taskCenter/taskCenterDeptBusinessFrom.vue

@@ -336,7 +336,7 @@ export default {
             if (type === 'agree') {
                 let userMes = JSON.parse(window.sessionStorage.getItem('user'))
                 let paramsob = {
-                    id: that.rowMsg.id,
+                    id: that.importId,
                     deptId: userMes.deptId
                 }
                 apiGetcheckAuditAssessmentStatus(paramsob).then(datas =>{

+ 1 - 1
src/components/taskCenter/taskCenterDeptStartFrom.vue

@@ -456,7 +456,7 @@ export default {
             if (type === 'agree') {
                 let userMes = JSON.parse(window.sessionStorage.getItem('user'))
                 let paramsob = {
-                    id: that.rowMsg.id,
+                    id: that.importId,
                     deptId: userMes.deptId
                 }
                 apiGetcheckAuditStatus(paramsob).then(datas =>{