|
@ -49,12 +49,12 @@ |
|
|
@change="handleOnlineRegistration"></el-switch> |
|
|
@change="handleOnlineRegistration"></el-switch> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="24"> |
|
|
<!-- <el-col :span="24"> |
|
|
<el-form-item label="显示排序" style="display: block" prop="top"> |
|
|
<el-form-item label="显示排序" style="display: block" prop="top"> |
|
|
<el-input-number v-model="num" @change="handleChange" :min="1" :max="10" |
|
|
<el-input-number v-model="num" @change="handleChange" :min="1" :max="10" |
|
|
label="描述文字"></el-input-number> |
|
|
label="描述文字"></el-input-number> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> --> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-form-item label="消息推送" prop="sendMsg"> |
|
|
<el-form-item label="消息推送" prop="sendMsg"> |
|
|
<el-checkbox v-model="formData.sendMsg" @change="checkbox1" |
|
|
<el-checkbox v-model="formData.sendMsg" @change="checkbox1" |
|
@ -252,7 +252,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
async addActivity() { |
|
|
async addActivity() { |
|
|
if (this.formType === 'edit') { |
|
|
if (this.formType === 'edit') { |
|
|
let url = '/actual/base/communityPublicity/update' |
|
|
let url = '/governance/icServiceGuide/update' |
|
|
this.formData.sendMsg= this.formData.sendMsg? 1:0 |
|
|
this.formData.sendMsg= this.formData.sendMsg? 1:0 |
|
|
this.formData.top= this.formData.top? 1:0 |
|
|
this.formData.top= this.formData.top? 1:0 |
|
|
this.formData.status=0 |
|
|
this.formData.status=0 |
|
@ -272,7 +272,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}else{ |
|
|
}else{ |
|
|
console.log("this.formData",this.formData) |
|
|
console.log("this.formData",this.formData) |
|
|
let url = '/actual/base/communityPublicity/save' |
|
|
let url = '/governance/icServiceGuide/save' |
|
|
console.log(this.formData,"formData"); |
|
|
console.log(this.formData,"formData"); |
|
|
this.formData.sendMsg= this.formData.sendMsg? 1:0 |
|
|
this.formData.sendMsg= this.formData.sendMsg? 1:0 |
|
|
this.formData.top= this.formData.top? 1:0 |
|
|
this.formData.top= this.formData.top? 1:0 |
|
|