|
@@ -18,7 +18,7 @@
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="echart">
|
|
|
- <Tableformbrs :tableList="tableList" action="6" :set="set" />
|
|
|
+ <Tableformbrs :tableList="tableList" :action="action" :set="set" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
asShow: false,
|
|
|
optiondata: [],
|
|
|
picShow: true, //图片表格切换
|
|
|
- action: 6,
|
|
|
+ action: null,
|
|
|
dataid: "collection_ecahrt0",
|
|
|
listqueryTemplateID: [
|
|
|
DATACONTENT_ID.modeDomesticexportTable,
|