lilei 2 年之前
父節點
當前提交
6eef4fd218

+ 1 - 1
src/views/financialManagement/financialCollection/selectGlAllocatModal.vue

@@ -139,7 +139,7 @@ export default {
       loadData: parameter => {
         this.disabled = true
         this.spinning = true
-        return allocateBillList(Object.assign(parameter, this.queryParam)).then(res => {
+        return allocateBillList(Object.assign(parameter, this.queryParam, {authFlag:0})).then(res => {
           let data
           if (res.status == 200) {
             data = res.data

+ 1 - 1
src/views/financialManagement/financialCollection/selectGlSalesModal.vue

@@ -155,7 +155,7 @@ export default {
       loadData: parameter => {
         this.disabled = true
         this.spinning = true
-        return dispatchlList(Object.assign(parameter, this.queryParam)).then(res => {
+        return dispatchlList(Object.assign(parameter, this.queryParam, {authFlag:0})).then(res => {
           let data
           if (res.status == 200) {
             data = res.data