| | |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <basic-container title="待办事项"> |
| | | <basic-container title="主数据统计"> |
| | | <Statistic></Statistic> |
| | | </basic-container> |
| | | </el-col> |
| | |
| | | todoData: [], |
| | | // 代办流程任务option |
| | | todoOption: { |
| | | height:650, |
| | | height:500, |
| | | addBtn: false, |
| | | header: false, |
| | | align: 'center', |
| | |
| | | {required: true, message: '请输确认密码', trigger: 'blur'} |
| | | ] |
| | | }, |
| | | pageInitialized:false, |
| | | }; |
| | | }, |
| | | // 拿到userid请求接口 |
| | |
| | | this.dialogFormVisible = true |
| | | }, 1500) |
| | | } else if (res.data.data == 0) { |
| | | this.$message({ |
| | | type: 'success', |
| | | message: "操作成功" |
| | | }) |
| | | // this.$message({ |
| | | // type: 'success', |
| | | // message: "操作成功" |
| | | // }) |
| | | } |
| | | }).catch(res => { |
| | | console.log(res) |