mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 23:34:00 +08:00
add packages & 注释代码
This commit is contained in:
@@ -298,7 +298,7 @@ export default {
|
||||
createFromTriggerTable(attrList) {
|
||||
this.visible = true
|
||||
this.getWxList()
|
||||
this.getDags()
|
||||
// this.getDags()
|
||||
this.attrList = attrList
|
||||
this.triggerId = null
|
||||
this.title = '新增触发器'
|
||||
@@ -318,7 +318,7 @@ export default {
|
||||
async open(property, attrList) {
|
||||
this.visible = true
|
||||
this.getWxList()
|
||||
await this.getDags()
|
||||
// await this.getDags()
|
||||
this.attrList = attrList
|
||||
if (property.has_trigger) {
|
||||
this.triggerId = property.trigger.id
|
||||
|
Reference in New Issue
Block a user