|
@@ -142,7 +142,7 @@ export default {
|
|
|
passExamination(flag) {
|
|
|
this.$refs.formRef.validate((valid, invalidFields, errLabels) => {
|
|
|
if (valid) {
|
|
|
- websitPurchaseRetConfirm({ purchaseRetId: this.formData.purchaseRetId, flag: flag }).then(res => {
|
|
|
+ websitPurchaseRetConfirm({ purchaseRetId: this.formData.purchaseRetId, flag: flag, storageId: this?.formData?.storageId }).then(res => {
|
|
|
this.$message({ type: 'success', message: flag=='OK'?`审核通过!`:'驳回通过' })
|
|
|
this.formCancel()
|
|
|
this.$refs.pageRef.refreshList()
|