解决测试bug
This commit is contained in:
parent
f0a94ac0db
commit
d5eec60eff
|
|
@ -846,6 +846,16 @@ export default {
|
|||
)
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
openCode: {
|
||||
handler(newValue) {
|
||||
if (!newValue) {
|
||||
this.outQuery.maCode = ''
|
||||
}
|
||||
},
|
||||
deep: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
|
|
|||
|
|
@ -824,7 +824,7 @@ export default {
|
|||
}
|
||||
})
|
||||
} else if (row.manageType == '0') {
|
||||
this.title = '查看0'
|
||||
this.title = '查看'
|
||||
this.openCode = true
|
||||
this.resetForm('codeQuery')
|
||||
this.codeQuery.parentId = row.id
|
||||
|
|
|
|||
|
|
@ -220,6 +220,7 @@
|
|||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-if="scope.row.userName"
|
||||
>
|
||||
解绑
|
||||
</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue