a26a270d by 田浩浩

111

1 parent 9361bb3c
...@@ -291,7 +291,7 @@ export default { ...@@ -291,7 +291,7 @@ export default {
291 handleSubmit () { 291 handleSubmit () {
292 editDictNode({ 292 editDictNode({
293 dictid: this.details.rowData.dictid, 293 dictid: this.details.rowData.dictid,
294 typeid: this.details.rowData.typeid, 294 typeid: this.details.rowData.TYPEID,
295 children: this.tableData, 295 children: this.tableData,
296 }).then((res) => { 296 }).then((res) => {
297 if (res.code === 200) { 297 if (res.code === 200) {
......