|
|
@ -167,7 +167,7 @@ |
|
|
|
cancelButtonText: '取消', |
|
|
|
}).then(({ value }) => { |
|
|
|
params.checkReason = value |
|
|
|
this.$http.post('/epmetuser/icresicollect/collectCheck', params).then(({ data: res }) => { |
|
|
|
this.$http.post('/epmetuser/icVaccinePrarmeter/vaccineCheck', params).then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
} |
|
|
@ -178,7 +178,7 @@ |
|
|
|
// 取消输入原因 |
|
|
|
}) |
|
|
|
} else { |
|
|
|
this.$http.post('/epmetuser/icresicollect/collectCheck', params).then(({ data: res }) => { |
|
|
|
this.$http.post('/epmetuser/icVaccinePrarmeter/vaccineCheck', params).then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
} |
|
|
|