GuLiMmo
2024-01-15 1337c9e9e4934be472f56e32759404c132554716
更新
2 files modified
15 ■■■■ changed files
src/api/assessment/assessmentScore.js 2 ●●● patch | view | raw | blame | history
src/views/assessment/components/assessorDialog.vue 13 ●●●● patch | view | raw | blame | history
src/api/assessment/assessmentScore.js
@@ -28,7 +28,7 @@
export const getAsserorDetailList = (current, size, params) => {
    return request({
        url: '/assessment/assessmentScore/list',
        url: '/assessment/assessmentScore/listInfo',
        method: 'get',
        params: {
            ...params,
src/views/assessment/components/assessorDialog.vue
@@ -53,11 +53,6 @@
                dialogClickModal: false,
                column: [
                    {
                        label: "工号",
                        prop: 'code',
                        type: "input",
                    },
                    {
                        label: "考核人",
                        prop: "scoreUserName",
                        type: "input",
@@ -88,6 +83,11 @@
                    {
                        label: "考核分",
                        prop: "scoreVal",
                        type: "input",
                    },
                    {
                        label: "权值",
                        prop: "weight",
                        type: "input",
                    }
                ]
@@ -120,7 +120,7 @@
        onLoad(page, params = {}) {
            this.loading = true;
            const { id } = this.params.data
            const { id, type } = this.params.data
            const {
            } = this.query;
@@ -128,6 +128,7 @@
            let values = {
                ...this.query,
                ...params,
                type,
                assessmentTaskId: id
            };
            getAsserorDetailList(page.currentPage, page.pageSize, values).then(res => {