diff --git a/src/App.vue b/src/App.vue index 3ac93389633623f474b53a729417999aaa6acf48..3acb489729862632f224b909229d810ad5cd02a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -126,8 +126,6 @@ export default { this.readFlag = !this.readFlag; }, initMsg() { - console.log(this.userInfo); - console.log(this.$trace); if (this.userInfo && this.userInfo.system_id) { this.$trace.setOptionValue("userId", this.userInfo.system_id); // this.$trace.setOptionValue('userType',this.userInfo.userType) diff --git a/src/bg-ui/bg-table.vue b/src/bg-ui/bg-table.vue index 601448cc7cde85d213250caf4c13bb749a459bfc..7a2e56395c26a9d1dd7160382bd7c64ab494d5ea 100644 --- a/src/bg-ui/bg-table.vue +++ b/src/bg-ui/bg-table.vue @@ -4,6 +4,7 @@ ref="table" class="bg-table" :data="rows" + :border="border" @selection-change="selectAction" @select="selectActionRow" @select-all="selectActionAll" @@ -16,7 +17,7 @@