Skip to content

Commit

Permalink
Merge pull request #66 from Kabimon/feature/ui_refactory
Browse files Browse the repository at this point in the history
list 135
  • Loading branch information
mingfengwang committed Feb 25, 2022
2 parents cd4762a + d8a6107 commit 77bcdb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/pages/jobManagement/components/dyncRender.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ export default defineComponent({
context.emit("updateInfo", res)
}
// 处理map变化
const handleChange = (value, item) => {
if (item.type === 'OPTION') {
if (value) {
if (value && value.length) {
item.value = [value.pop()]
}
}
Expand Down

0 comments on commit 77bcdb2

Please sign in to comment.