style:字典模块修改
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -286,6 +286,7 @@ export default { | ... | @@ -286,6 +286,7 @@ export default { |
286 | handleMinus (index, row) { | 286 | handleMinus (index, row) { |
287 | removeTreeListItem(this.tableData, row.dictid, 'dictid'); | 287 | removeTreeListItem(this.tableData, row.dictid, 'dictid'); |
288 | this.tableData = judgeSort(this.tableData) | 288 | this.tableData = judgeSort(this.tableData) |
289 | this.key++; | ||
289 | }, | 290 | }, |
290 | handleSubmit () { | 291 | handleSubmit () { |
291 | editDictNode({ | 292 | editDictNode({ | ... | ... |
-
Please register or sign in to post a comment