政策申办统计

This commit is contained in:
liuye
2022-04-25 10:30:08 +08:00
parent ea36a748c8
commit c430bbf467
3 changed files with 126 additions and 9 deletions

View File

@@ -152,10 +152,7 @@ export default {
submit() {
this.$refs.ruleForm.validate(v => {
if (v) {
if (this.form.isHousehold == 1) {
this.form.householdIdNumber = this.form.idNumber
}
this.instance.post(`/app/apppreventionreturntopoverty/addOrUpdate`, this.form).then(res => {
this.instance.post(`/app/apppublicityinfo/addOrUpdate`, this.form).then(res => {
if (res.code == 0) {
this.$message.success('提交成功!');
this.back()