소스 검색

项目概览

LAPTOP-FO2T5SIU\35838 3 달 전
부모
커밋
465e391809
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/reportForms/projectArchives.vue

+ 2 - 2
src/views/reportForms/projectArchives.vue

@@ -169,8 +169,8 @@ export default {
                 })
             })
         },
-        getDiscOption() {
-            this.baseDiscRequest('listAll', {}).then((res) => {
+        getDiscOption(data) {
+            this.baseDiscRequest('listAll', data).then((res) => {
                 const data = res.data
                 this.discOption = []
                 data.forEach(item => {