ca741a7e by 任超

style:字典模块修改

1 parent 3b09ad45
...@@ -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({
......