Ver código fonte

项目概览

LAPTOP-FO2T5SIU\35838 3 meses atrás
pai
commit
465e391809
1 arquivos alterados com 2 adições e 2 exclusões
  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 => {