333
This commit is contained in:
parent
bb5e4ed87a
commit
899bc122b1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user