修复bug
parent
8a9707e924
commit
b9d6f2b2d1
|
@ -1099,7 +1099,7 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.hiddenForm.RECTIFICATIONTYPE === '2') {
|
if (this.hiddenForm.RECTIFICATIONTYPE === '2') {
|
||||||
if (!this.hiddenForm.RECTIFICATIONDEADLINE) {
|
if (!this.hiddenForm.RECTIFICATIONDEADLINE || this.hiddenForm.RECTIFICATIONDEADLINE === '请选择') {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '请选择整改期限',
|
title: '请选择整改期限',
|
||||||
icon: "none"
|
icon: "none"
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="wui-form-list">
|
<view class="wui-form-list">
|
||||||
<view class="cu-form-textarea" >
|
<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>
|
<textarea :disabled="forbidEdit" maxlength="-1" v-model="FEED_BACK" placeholder="(必填)"></textarea>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!forbidEdit">
|
<view v-if="!forbidEdit">
|
||||||
|
|
Loading…
Reference in New Issue