Browse Source

宅基地调查时间

rongxin_prod
Xyq123* 1 year ago
parent
commit
85b4a581b2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/views/homesteadSurvey/add4.vue

+ 0
- 1
src/views/homesteadSurvey/add4.vue View File

@@ -372,7 +372,6 @@ export default {
let param = new FormData() // 创建form对象
param.append('file', wj) // 通过append向form对象添加数据
param.append('id', surveyItem.id)
param.append('date', this.format(new Date(), 'yyyy-MM-dd')) // 通过append向form对象添加数据
zjddcSign(param, this.zjdzdxx.zjddm,surveyItem.id).then(response => {
this.$notify({type: 'success', message: '签字成功'});
getZjdzd(this.zjdzdxx.id).then((response) => {


Loading…
Cancel
Save