修复bug

pull/5/head
zhangqihang 2024-02-23 18:02:51 +08:00
parent 8a9707e924
commit b9d6f2b2d1
2 changed files with 2 additions and 2 deletions

View File

@ -1099,7 +1099,7 @@
return;
}
if (this.hiddenForm.RECTIFICATIONTYPE === '2') {
if (!this.hiddenForm.RECTIFICATIONDEADLINE) {
if (!this.hiddenForm.RECTIFICATIONDEADLINE || this.hiddenForm.RECTIFICATIONDEADLINE === '请选择') {
uni.showToast({
title: '请选择整改期限',
icon: "none"

View File

@ -38,7 +38,7 @@
</view>
<view class="wui-form-list">
<view class="cu-form-textarea" >
<view class="cu-form-title text-hui">核实意见</view>
<view class="cu-form-title text-hui">反馈意见</view>
<textarea :disabled="forbidEdit" maxlength="-1" v-model="FEED_BACK" placeholder="(必填)"></textarea>
</view>
<view v-if="!forbidEdit">