소스 검색

前端gjy

gjy 3 년 전
부모
커밋
6a9c401e8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/statisticalReport/purchaseReceiptStatisticsList.vue

+ 1 - 1
src/views/statisticalReport/purchaseReceiptStatisticsList.vue

@@ -957,7 +957,7 @@ export default {
         })
           .toPromise()
           .then((response) => {
-            this.audit(this.modification[index + 1], index + 1, status)
+            this.audit(this.modification[index + 1], index + 1, status,status2,reason)
           })
           .catch((req) => {
             this.$message.warning(req.message)