111
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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) { | ... | ... |
-
Please register or sign in to post a comment