去除打印控制台无效代码

This commit is contained in:
wangyang
2025-08-18 15:28:41 +08:00
parent 0e2de9d6de
commit 46f12f9be4
15 changed files with 18 additions and 41 deletions

View File

@@ -88,7 +88,6 @@ let handleExpand = () => {
// 客户人员
let monIndex1= reactive([0]);
const changeValue1 = (item, value) => {
console.log("客户人员", item, value);
monIndex1 = value;
};
const guestList1 = [
@@ -102,7 +101,6 @@ const guestList1 = [
// 我方人员
let monIndex2= reactive([0]);
const changeValue2 = (item, value) => {
console.log("我方人员", item, value);
monIndex2 = value;
};
const guestList2 = [
@@ -116,7 +114,6 @@ const guestList2 = [
// 活动内容
let monIndex3= reactive([0]);
const changeValue3 = (item, value) => {
console.log("活动内容", item, value);
monIndex2 = value;
};
const guestList3 = [
@@ -212,4 +209,4 @@ const submitForm = async () => {
margin-bottom:22px !important;
}
</style>
</style>