Przeglądaj źródła

宅基地调查

wulanhaote
yujk 3 lat temu
rodzic
commit
d5ee40ddee
1 zmienionych plików z 2 dodań i 3 usunięć
  1. +2
    -3
      src/views/homesteadSurvey/add.vue

+ 2
- 3
src/views/homesteadSurvey/add.vue Wyświetl plik

@@ -4240,7 +4240,7 @@
_this.showhncy = false _this.showhncy = false
let params = { let params = {
"nhdm":_this.form5.nhdm, "nhdm":_this.form5.nhdm,
deptId:this.item.deptId
deptId:_this.form5.deptId
} }
listNhhncy(params).then((response) => { listNhhncy(params).then((response) => {
_this.hncylist = response.rows _this.hncylist = response.rows
@@ -4259,7 +4259,7 @@
_this.showhncy = false _this.showhncy = false
let params = { let params = {
"nhdm":_this.form5.nhdm, "nhdm":_this.form5.nhdm,
deptId:this.item.deptId
deptId:_this.form5.deptId
} }
listNhhncy(params).then((response) => { listNhhncy(params).then((response) => {
_this.hncylist = response.rows _this.hncylist = response.rows
@@ -4319,7 +4319,6 @@
}); });
} else { } else {
addNmfw(this.nmfwform).then(response => { addNmfw(this.nmfwform).then(response => {
console.log(this.nmfwform)
let _this =this let _this =this
this.$toast({ this.$toast({
icon: 'success', // 找到自己需要的图标 icon: 'success', // 找到自己需要的图标


Ładowanie…
Anuluj
Zapisz