feat:endpoint query 图表添加比较按钮

This commit is contained in:
zhangyu
2021-03-31 15:26:01 +08:00
parent 1758302b33
commit 2276dcfa93
10 changed files with 74 additions and 26 deletions

View File

@@ -272,7 +272,6 @@ export default {
if (param.type === 'radio' || param.type === 'checkbox' || param.type === 'select') {
for (let i = 0; i < param.param.items.length; i++) {
if (!param.param.items[i].name) {
console.log(this.$refs['metaNameOption' + i])
this.$refs['metaNameOption' + i][0].focus()
this.$message.error(this.$t('config.assetMeta.metaOptionNull'))
this.prevent_opt.save = false