| | |
| | | |
| | | // 右侧表格信息 |
| | | getRightTableList(row) { |
| | | console.log(row); |
| | | this.tableLoading = true; |
| | | const params = { |
| | | plactioncls: row.id |
| | | plactioncls: row.id ? row.id : '' |
| | | } |
| | | getActionTableData(params).then(res => { |
| | | const data = res.data.data; |
| | |
| | | } |
| | | this.tableLoading = true; |
| | | const apiParams = { |
| | | plactioncls: this.treeNodeRow.id === 'root' ? '' : this.treeNodeRow.id, |
| | | plactioncls: this.treeNodeRow.id === 'root' ? '' : this.treeNodeRow.id ? this.treeNodeRow.id : '', |
| | | ...params |
| | | } |
| | | |
| | |
| | | this.$message.success('分类创建成功'); |
| | | this.getTreeList(); |
| | | } |
| | | done(); |
| | | }) |
| | | done(); |
| | | loading(); |
| | | }, |
| | | |