取消打印
This commit is contained in:
@@ -281,7 +281,6 @@ function fnModalVisibleByEdit(
|
||||
Promise.all([getDept(tenantId), listDeptExcludeChild(tenantId)])
|
||||
.then(resArr => {
|
||||
if (resArr[0].code === RESULT_CODE_SUCCESS && resArr[0].data) {
|
||||
console.log(resArr[0].data)
|
||||
modalState.from = Object.assign(modalState.from, resArr[0].data);
|
||||
if (
|
||||
resArr[1].code === RESULT_CODE_SUCCESS &&
|
||||
|
||||
Reference in New Issue
Block a user