Commit c1f44659 by caoyanzhi

修改有效期的时分秒部分

parent 17ebdd25
......@@ -90,7 +90,7 @@
<i class="form-tip-icon">i</i>
</el-tooltip>
</label>
<el-date-picker v-model="tagConfig.date" :picker-options="pickerOptions" value-format="yyyy-MM-dd HH:mm:ss" default-time="23:59:59" type="date" placeholder="选择日期"> </el-date-picker>
<el-date-picker v-model="tagConfig.date" :picker-options="pickerOptions" value-format="yyyy-MM-dd HH:mm:ss" type="date" placeholder="选择日期"> </el-date-picker>
</div>
<div class="form-item" :class="{ 'margin-60': marginSixty }">
<label for="">分组描述</label>
......@@ -313,7 +313,7 @@ export default {
effectiveStatus: 1,
requestProject: 'gic-member-tag-web',
json: JSON.stringify(this.selectedTags),
effectiveDateTmp: this.tagConfig.date
effectiveDateTmp: `${this.tagConfig.date.split(' ')[0]} 23:59:59`
};
// 必填项目
if (param.groupName == '') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment