| | |
| | | Add, |
| | | vueQr |
| | | }, |
| | | props:{ |
| | | param: { |
| | | type: Object, |
| | | default: () => {} |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | deleteTilte:'撤销', |
| | |
| | | // order: '' |
| | | // } |
| | | }, |
| | | init:false, |
| | | isIndex: true, |
| | | showSelect: true, |
| | | select: true, |
| | |
| | | this.checkDataList = [] |
| | | this.isIndeterminate = true; |
| | | } |
| | | }, |
| | | param(val){ |
| | | if(val&&val.text){ |
| | | this.componentData.entity.entrustCode = this.param.text |
| | | this.componentData.entity.state = 1; |
| | | this.tabIndex = 1; |
| | | this.refreshTable() |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | }, |
| | | mounted() { |
| | | this.entityCopy = this.HaveJson(this.componentData.entity) |
| | | if(this.param&&this.param.text){ |
| | | this.componentData.entity.entrustCode = this.param.text |
| | | this.componentData.entity.state = 1; |
| | | this.tabIndex = 1; |
| | | this.refreshTable() |
| | | }else{ |
| | | this.refreshTable() |
| | | } |
| | | this.getPower() |
| | | this.getUserMenu() |
| | | this.getAuthorizedPerson() |