修改禅道bug

This commit is contained in:
zyx.net
2022-07-02 11:12:23 +08:00
parent b37d28de24
commit 4ae082a15f
3 changed files with 17 additions and 16 deletions
@@ -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