ca741a7e by 任超

style:字典模块修改

1 parent 3b09ad45
......@@ -286,6 +286,7 @@ export default {
handleMinus (index, row) {
removeTreeListItem(this.tableData, row.dictid, 'dictid');
this.tableData = judgeSort(this.tableData)
this.key++;
},
handleSubmit () {
editDictNode({
......