This commit is contained in:
姚宇浩 2024-08-02 11:12:19 +08:00
parent ab4c144919
commit 5030a0fb6f
1 changed files with 9 additions and 7 deletions

View File

@ -1321,6 +1321,7 @@ const getDatas = async (e, i) => {
}); });
}; };
const getDatas2 = async (e, i, cs) => { const getDatas2 = async (e, i, cs) => {
let i1=i;
if ( if (
i == "cjr" || i == "cjr" ||
i == "dibian" || i == "dibian" ||
@ -1401,13 +1402,13 @@ const getDatas2 = async (e, i, cs) => {
} }
}); });
if ( if (
i == "cjr" || i1 == "cjr" ||
i == "dibian" || i1 == "dibian" ||
i == "db" || i1 == "db" ||
i == "gxy" || i1 == "gxy" ||
i == "tnb" || i1 == "tnb" ||
i == "tyjr" || i1 == "tyjr" ||
i == "kjer" i1 == "kjer"
) { ) {
} else { } else {
if (choose.value.person == "") { if (choose.value.person == "") {
@ -1601,6 +1602,7 @@ const getDataBqs3 = async (jd, cs, bq) => {
}); });
} else { } else {
// cs_dd_arr.value = [...xuanzhongCs.value]; // cs_dd_arr.value = [...xuanzhongCs.value];
console.log(cs_dd_arr.value);
cs_dd_arr.value.map((item, index) => { cs_dd_arr.value.map((item, index) => {
DGcreateCs2(item, index); DGcreateCs2(item, index);
}); });