| | |
| | | </el-table-column> |
| | | <el-table-column prop="broadcastNames" label="关联广播" min-width="100px"></el-table-column> |
| | | <el-table-column prop="ledNames" label="关联LED" min-width="100px"></el-table-column> |
| | | <el-table-column prop="hkDate" label="同步时间" min-width="140px"></el-table-column> |
| | | <el-table-column prop="hkDate" label="同步时间" min-width="150px"></el-table-column> |
| | | <el-table-column |
| | | v-if="containPermissions(['business:platform:update', 'business:platform:delete'])" |
| | | label="操作" |
| | |
| | | this.search() |
| | | }) |
| | | .catch(e => { |
| | | this.$tip.apiFailed(e) |
| | | // this.$tip.apiFailed(e) |
| | | }) |
| | | .finally(() => { |
| | | this.isWorking.working = false |
| | |
| | | this.search() |
| | | }) |
| | | .catch(e => { |
| | | this.$tip.apiFailed(e) |
| | | // this.$tip.apiFailed(e) |
| | | }) |
| | | .finally(() => { |
| | | this.isWorking.working = false |