|
@@ -314,7 +314,7 @@ export default {
|
|
|
this.$refs["form"].validate(async (valid) => {
|
|
|
if (valid) {
|
|
|
try {
|
|
|
- if(!['group'].includes(this.channelType) && form.weekType != 1 && this.chcekWeek()){
|
|
|
+ if(!['group'].includes(this.channelType) && this.form.weekType != 1 && this.chcekWeek()){
|
|
|
return
|
|
|
}
|
|
|
let postEdit = JSON.parse(JSON.stringify(this.form))
|