| | |
| | | <ValueTable ref="ValueTable" :url="$api.user.selectCustomPageList" :delUrl="$api.user.delCustomById" |
| | | :componentData="componentData" :key="upIndex" :upUrl="$api.user.upCustom"/> |
| | | </div> |
| | | <el-dialog title="新增客户" :visible.sync="addDia" width="450px"> |
| | | <el-dialog title="新增客户" :visible.sync="addDia" width="450px" @close="resetUser"> |
| | | <div style="margin-bottom: 15px;"> |
| | | <el-row style="line-height: 50px;"> |
| | | <el-col :span="7" style="text-align: right;padding-right: 8px;"><span class="required-span">* |
| | |
| | | this.addDia = false |
| | | }) |
| | | }, |
| | | resetUser () { |
| | | this.user = {} |
| | | }, |
| | | // 权限分配 |
| | | getPower() { |
| | | let power = JSON.parse(sessionStorage.getItem('power')) |