Merge remote-tracking branch 'origin/master'
| | |
| | | |
| | | const user = { |
| | | selectUserList: "/user/selectUserList", //获取用户列表 |
| | | selectPersonnelOverview: "/user/selectPersonnelOverview", // 资源要求-人员总览 |
| | | selectRoleList: "/role/selectRoleList", //获取角色列表 |
| | | updateUser: "/user/updateUser", //修改用户信息 |
| | | addUser: "/user/addUser", //添加用户信息 |
| | |
| | | </el-drawer> |
| | | <el-drawer title="任务切换" :visible.sync="taskVisible" :size="500"> |
| | | <ValueTable class="value-table" ref="insOrderPlan" :url="$api.insOrderPlan.selectInsOrderPlanList" |
| | | :componentData="componentData" :key="upIndex" style="max-height: 100%;height: inherit;"/> |
| | | :componentData="componentData" :key="upIndex" style="height: 100%;"/> |
| | | </el-drawer> |
| | | <el-dialog title="检验复核" :visible.sync="reviewDia" width="500px"> |
| | | <div class="body" style="display: flex;padding: 10px;" v-if="reviewDia"> |
| | |
| | | }, |
| | | methods: { |
| | | async setEditor(option) { |
| | | console.log(`output->option`,option) |
| | | if (this.docEditor !== null) { |
| | | this.docEditor.destroyEditor(); |
| | | this.docEditor = null; |
| | |
| | | if(this.currentPage==1){ |
| | | this.loading = true |
| | | } |
| | | this.$axios.post(this.$api.user.selectUserList,{ |
| | | this.$axios.post(this.$api.user.selectPersonnelOverview,{ |
| | | page: { |
| | | current: this.currentPage, |
| | | size: this.pageSize |
| | |
| | | title: row.entrustCode + ".docx", |
| | | lang: 'zh-CN', |
| | | isPrint: true, |
| | | user: { id: 1, name: userName}, |
| | | user_id: 1, |
| | | user_name: userName, |
| | | editUrl: this.javaApi + "/insReport/onlyOffice/save?fileName=" + row.entrustCode + ".docx" |
| | | } |
| | | }) |