Commit a96b7aa7 by crushh

update: dist

parent e2e2e706
......@@ -595,7 +595,11 @@ export default {
if(para.fixedType) {
para.fixedTime = this.ruleForm.fixedTime;
}
if(para.isRealTime==1&&!this.ruleForm.memberTagGroupId){
const arr = ruleForm.effectiveDateTmp.split(' ')[0].split('-')
arr[0] = Number(arr[0])+100;
para.effectiveDateTmp=`${arr.join('-')} 23:59:59`;
}
let postUrl = !!this.ruleForm.memberTagGroupId ? '/member-tag-group/update.json' : '/member-tag-group/add.json';
postRequest(postUrl, para)
......
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