| | |
| | | key="ViewTab" |
| | | :btmType="paramVOS.type" |
| | | :context="paramVOS.context" |
| | | :inDialog="false" |
| | | :inDialog="true" |
| | | :canEdit="false" |
| | | actionType="view" |
| | | :sourceData="sourceData" |
| | |
| | | } else { |
| | | config = getStore({ name:'viewtabparams'}); |
| | | } |
| | | if(config){ |
| | | this.sourceData = config.options.sourceData; |
| | | this.dataStore = config.options.dataStore; |
| | | this.paramVOS = config.paramVOS; |
| | | if(config) { |
| | | this.paramVOS = config.options.paramVOS; |
| | | this.sourceData = this.paramVOS.usesourcedata == "true" ? config.options.dataStore[0] : config.options.sourceData; |
| | | this.dataStore = this.paramVOS.usesourcedata == "true" ? [] : config.options.dataStore; |
| | | } |
| | | }, |
| | | mounted() { |