建设用地转移
Showing
3 changed files
with
4 additions
and
4 deletions
... | @@ -211,7 +211,7 @@ export default { | ... | @@ -211,7 +211,7 @@ export default { |
211 | record(formdata).then((res) => { | 211 | record(formdata).then((res) => { |
212 | if (res.code === 200) { | 212 | if (res.code === 200) { |
213 | if (res.result.length === 1) { | 213 | if (res.result.length === 1) { |
214 | res.result[0].state ? that.$alert("登簿成功!") : that.$alert(res.result[0].msg);; | 214 | res.result[0].state ? that.$alert("登簿成功!") : that.$alert(res.result[0].msg);; |
215 | } | 215 | } |
216 | else { | 216 | else { |
217 | that.$alert('<div>' + res.result[0].ywh + ',' + res.result[0].msg + '</div>', '登簿明细', { | 217 | that.$alert('<div>' + res.result[0].ywh + ',' + res.result[0].msg + '</div>', '登簿明细', { | ... | ... |
... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
33 | <el-form-item label="权利人"> | 33 | <el-form-item label="权利人"> |
34 | <el-input | 34 | <el-input |
35 | placeholder="请输入权利人" | 35 | placeholder="请输入权利人" |
36 | v-model="queryForm.zl" | 36 | v-model="queryForm.qlr" |
37 | clearable | 37 | clearable |
38 | class="width300px" | 38 | class="width300px" |
39 | > | 39 | > |
... | @@ -111,8 +111,10 @@ export default { | ... | @@ -111,8 +111,10 @@ export default { |
111 | }, | 111 | }, |
112 | methods: { | 112 | methods: { |
113 | queryClick() { | 113 | queryClick() { |
114 | this.$startLoading(); | ||
114 | this.queryForm.sqywbm = this.sqywInfo.djywbm; | 115 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
115 | selectJsydQlxx({ ...this.queryForm, ...this.pageData }).then((res) => { | 116 | selectJsydQlxx({ ...this.queryForm, ...this.pageData }).then((res) => { |
117 | this.$endLoading(); | ||
116 | if (res.code === 200) { | 118 | if (res.code === 200) { |
117 | let { total, records } = res.result; | 119 | let { total, records } = res.result; |
118 | this.tableData.total = total; | 120 | this.tableData.total = total; | ... | ... |
-
Please register or sign in to post a comment