去除打印控制台无效代码

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

@@ -32,7 +32,7 @@
<view class="flex">
{{workList[workIndex]}}
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
</view>
</view>
</picker>
</view>
</uni-forms-item>
@@ -40,12 +40,12 @@
<uni-easyinput type="textarea" autoHeight v-model="formData.content" placeholder="请输入" class="form-texarea" />
</uni-forms-item>
</uni-forms>
</view>
</view>
</view>
</view>
</template>
@@ -79,7 +79,6 @@ const rules = {
// 选择工作类型
const changeValue = (e) => {
console.log("工作类型", e.detail.value);
workIndex = e.detail.value;
formData.value.workType = workList[workIndex]
};
@@ -139,4 +138,4 @@ const submitForm = async () => {
margin-bottom:22px !important;
}
</style>
</style>