| | |
| | | type: Boolean, |
| | | default: false |
| | | }, |
| | | canEdit:{ |
| | | //内容是否可编辑 |
| | | type:Boolean, |
| | | default:false |
| | | }, |
| | | areasName: { |
| | | type: String, |
| | | default: ''//westArea导航区 |
| | |
| | | } |
| | | if(newval){ |
| | | this.handleRefresh(); |
| | | } |
| | | } |
| | | }, |
| | | tableList:{ |
| | | handler(newval) { |
| | | if(newval) { |
| | | this.$emit("setData", { |
| | | area: this.areasName, |
| | | type:this.componentVO.uiComponentType, |
| | | btmType:this.currentDefineVO.btmType, |
| | | data:newval |
| | | }); |
| | | } |
| | | } |
| | | }, |
| | |
| | | }, |
| | | selectionClear() { |
| | | this.selectionList = []; |
| | | this.$refs.dataTable.toggleSelection(); |
| | | try { |
| | | this.$refs.dataTable.toggleSelection(); |
| | | }catch (e) { |
| | | |
| | | } |
| | | }, |
| | | handleRefresh() { |
| | | this.onLoad(this.page, this.query); |