This commit is contained in:
zpc 2025-08-20 12:35:36 +08:00
parent bb5e4ed87a
commit 899bc122b1

View File

@ -53,9 +53,9 @@
</view>
</view>
<!-- 表单区域 -->
<view class="form-item">
<view class="form-item" >
<text class="label">位置</text>
<input v-model="locationInfo" type="text" class="input worker-input" />
<input v-model="locationInfo" type="text" class="input worker-input" disabled />
</view>
<!-- 表单区域 -->
<view class="form-item">
@ -528,13 +528,13 @@
return false;
}
if (statusIndex.value === 0) {
uni.showToast({
title: "请选择项目状态",
icon: "error",
});
return false;
}
// if (statusIndex.value === 0) {
// uni.showToast({
// title: "",
// icon: "error",
// });
// return false;
// }
}
return true;