-fix APP版本时间问题,微信消息修改时间问题

This commit is contained in:
chc
2023-03-15 19:41:08 +08:00
parent 48b3e3246c
commit bf58711c88
2 changed files with 10 additions and 5 deletions

View File

@@ -281,6 +281,9 @@ export default {
wechatFormDataEdit() {
this.$refs['wechatFormData'].validate((valid) => {
if (valid) {
if(!this.wechatFormData.updateTime){
this.wechatFormData.updateTime = ''
}
editWechatMessageTemplate(this.id, this.wechatFormData).then(res => {
if (res.message === 'success') {
this.$Message.success('微信模板修改成功');