feat: There is no way the, bug #52266

This commit is contained in:
super_liu
2022-04-02 17:29:33 +08:00
parent b0650c45a4
commit bb8839e0f0
@@ -63,12 +63,14 @@
<el-form-item v-show="verifySarStandard" label="征集意见周期" prop="commentCycleDate" class="add-form-item form-item-disabled">
<el-date-picker
v-model="commentCycleDate"
type="datetimerange"
:picker-options="pickerOptions"
type="daterange"
align="right"
unlink-panels
range-separator=""
start-placeholder="开始日期"
end-placeholder="结束日期"
value-format="yyyy-MM-dd">
value-format="yyyy-MM-dd"
:picker-options="pickerOptions">
</el-date-picker>
</el-form-item>
<el-form-item v-show="verifySarStandard" label="适用区域" prop="lawsSyqy" class="add-form-item form-item-disabled">
@@ -1435,6 +1437,16 @@
this.commentText = mes.commentText
})
},
filterObj(obj){
if(obj && obj !== ''){
if(obj instanceof Array){
return obj;
}else {
return obj.split(",")
}
}
return "";
},
// 将文本状态的id与name对应
setMap(data){
data.forEach(item => {