mirror of https://github.com/veops/cmdb.git
add packages & 注释代码
This commit is contained in:
parent
7181f2879a
commit
e0a0113e69
|
@ -17,6 +17,8 @@
|
||||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||||
"@riophae/vue-treeselect": "^0.4.0",
|
"@riophae/vue-treeselect": "^0.4.0",
|
||||||
"@vue/composition-api": "^1.7.1",
|
"@vue/composition-api": "^1.7.1",
|
||||||
|
"@wangeditor/editor": "^5.1.23",
|
||||||
|
"@wangeditor/editor-for-vue": "^1.0.0",
|
||||||
"ant-design-vue": "^1.6.5",
|
"ant-design-vue": "^1.6.5",
|
||||||
"axios": "0.18.0",
|
"axios": "0.18.0",
|
||||||
"babel-eslint": "^8.2.2",
|
"babel-eslint": "^8.2.2",
|
||||||
|
|
|
@ -298,7 +298,7 @@ export default {
|
||||||
createFromTriggerTable(attrList) {
|
createFromTriggerTable(attrList) {
|
||||||
this.visible = true
|
this.visible = true
|
||||||
this.getWxList()
|
this.getWxList()
|
||||||
this.getDags()
|
// this.getDags()
|
||||||
this.attrList = attrList
|
this.attrList = attrList
|
||||||
this.triggerId = null
|
this.triggerId = null
|
||||||
this.title = '新增触发器'
|
this.title = '新增触发器'
|
||||||
|
@ -318,7 +318,7 @@ export default {
|
||||||
async open(property, attrList) {
|
async open(property, attrList) {
|
||||||
this.visible = true
|
this.visible = true
|
||||||
this.getWxList()
|
this.getWxList()
|
||||||
await this.getDags()
|
// await this.getDags()
|
||||||
this.attrList = attrList
|
this.attrList = attrList
|
||||||
if (property.has_trigger) {
|
if (property.has_trigger) {
|
||||||
this.triggerId = property.trigger.id
|
this.triggerId = property.trigger.id
|
||||||
|
|
Loading…
Reference in New Issue