feat: 补充拆分system 的 emai、 ladp、monitor、 terminal

This commit is contained in:
@changcode
2022-02-14 14:39:15 +08:00
parent 7ff1dac646
commit 79203e325f
6 changed files with 395 additions and 17 deletions

View File

@@ -56,6 +56,13 @@ export default {
// this.$refs[dataList].$refs.searchInput.searchLabelList = this.$refs[dataList].$refs.searchInput.searchLabelList.filter(item => item.label !== 'projectIds')
}, 500)
}
},
switchChange (formName) {
const $temp = this
$temp.$refs[formName].clearValidate()
setTimeout(() => {
$temp.$refs[formName].validate()
}, 100)
}
}
}