style:业务申请
Showing
8 changed files
with
9 additions
and
144 deletions
-
Please register or sign in to post a comment
... | ... | @@ -61,7 +61,8 @@ export default { |
default: 285, | ||
}, | ||
maxHeight: { | ||
type: Number | ||
type: Number, | ||
default: 500 | ||
}, | ||
heightNumSetting: { | ||
type: Boolean, | ||
... | ... |
... | ... | @@ -169,6 +169,7 @@ export default { |
cllx: '' | ||
} | ||
) | ||
this.key++ | ||
}, | ||
handleMinus (index, row) { | ||
this.tableData.splice(index, 1) | ||
... | ... |
... | ... | @@ -169,6 +169,7 @@ export default { |
sfqy: 0 | ||
} | ||
) | ||
this.key++ | ||
}, | ||
handleMinus (index, row) { | ||
this.tableData.splice(index, 1) | ||
... | ... |