|
|
@@ -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) => { |
|
|
|