| | |
| | | <template> |
| | | <VolBox :width="500" :height="270" v-model="modifyOptions.model" title="淇敼瀵嗙爜"> |
| | | <div style="padding:10px;20px;"> |
| | | <div style="padding:20px;"> |
| | | <VolForm ref="pwd" :formRules="modifyOptions.data" :formFields="modifyOptions.fields"></VolForm> |
| | | </div> |
| | | <template #footer> |
| | |
| | | }, |
| | | }, |
| | | created() { |
| | | this.http.post("/api/Sys_User/getCurrentUserInfo", {}, true).then((x) => { |
| | | this.http.post("/api/User/getCurrentUserInfo", {}, true).then((x) => { |
| | | if (!x.status) { |
| | | return this.$message(x.message); |
| | | } |
| | |
| | | ], |
| | | [ |
| | | { |
| | | columnType: "string", |
| | | dataKey: "tree_roles", |
| | | title: "瑙掕壊", |
| | | field: "roleName", |
| | | field: "role_Id", |
| | | disabled: true, |
| | | type: "text", |
| | | data: [], |
| | | type: "select", |
| | | }, |
| | | ], |
| | | // [ |
| | | // { |
| | | // columnType: "string", |
| | | // title: "瑙掕壊", |
| | | // field: "roleName", |
| | | // disabled: true, |
| | | // type: "text", |
| | | // }, |
| | | // ], |
| | | [ |
| | | { |
| | | columnType: "string", |