取消打印

This commit is contained in:
lai
2024-06-13 15:35:16 +08:00
parent acef786c56
commit 0d0603058c

View File

@@ -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 &&