瀏覽代碼

项目概览

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 => {