@@ -750,7 +750,7 @@ export default {
},
computed: {
isShowCopy() {
- return sessionStorage.TenantId == "867735392558919680";
+ return true;// sessionStorage.TenantId == "867735392558919680";
};
@@ -418,7 +418,7 @@ export default {
activated() {
this.search();
- this.$refs.tableLists.allCheckData = [];
+ this.$refs.tableList.allCheckData = [];
methods: {
exportorder(){