网格员id

This commit is contained in:
liuye
2022-04-26 14:53:21 +08:00
parent 91f8c77e34
commit a45e5a8844
2 changed files with 4 additions and 1 deletions

View File

@@ -325,6 +325,9 @@ export default {
if (this.form.healthyStatusList.length) {
this.form.healthyStatus = this.form.healthyStatusList.join(',')
}
if(this.user.info.girdCheckType == 1) {
this.form.girdId = this.user.info.girdId
}
this.instance.post(`/app/apppreventionreturntopoverty/addOrUpdate`, this.form).then(res => {
if (res.code == 0) {
this.$message.success('提交成功!');