修改禅道bug
This commit is contained in:
@@ -274,17 +274,10 @@
|
||||
},
|
||||
// 配置
|
||||
configure(item) {
|
||||
console.log(item)
|
||||
this.itemId = item.id
|
||||
getAction(this.url.configurelist, { paramsManifestId: this.itemId }).then((res) => {
|
||||
if (res.success) {
|
||||
this.configFlag = res.result
|
||||
} else {
|
||||
this.$message.warning(res.message)
|
||||
}
|
||||
})
|
||||
|
||||
this.itemRow = item
|
||||
this.$refs.configureRef.addModel(item.id,this.configFlag)
|
||||
this.$refs.configureRef.addModel(item.id)
|
||||
},
|
||||
handleCancel(val) {
|
||||
this.areaVisible = val
|
||||
|
||||
Reference in New Issue
Block a user