Merge remote-tracking branch 'origin/abp' into abp
This commit is contained in:
@@ -227,7 +227,7 @@ function resetQuery() {
|
|||||||
function handleAdd(row) {
|
function handleAdd(row) {
|
||||||
reset();
|
reset();
|
||||||
listDept().then(response => {
|
listDept().then(response => {
|
||||||
deptOptions.value = proxy.handleTree(response.data, "id");
|
deptOptions.value = proxy.handleTree(response.data.items, "id");
|
||||||
});
|
});
|
||||||
if (row != undefined) {
|
if (row != undefined) {
|
||||||
console.log(row.deptId);
|
console.log(row.deptId);
|
||||||
|
|||||||
Reference in New Issue
Block a user