Procházet zdrojové kódy

Issues: filters dont match
https://dev.wormwood.com.sg/zentao/task-view-320.html

vbea před 1 rokem
rodič
revize
9ee08d3dd1

+ 1 - 1
Strides-Admin/src/http/api/financial.js

@@ -74,7 +74,7 @@ const financial = {
     return get("dawn/api/v1/billing-type-select")
     return get("dawn/api/v1/billing-type-select")
   },
   },
   /*信用余额操作部分-Start*/
   /*信用余额操作部分-Start*/
-  getCreditTypeOptions() {
+  getCreditActionTypeOptions() {
     return get("dawn/api/v1/credit-action-type-select")
     return get("dawn/api/v1/credit-action-type-select")
   },
   },
   getCreditStatusOptions() {
   getCreditStatusOptions() {

+ 1 - 1
Strides-Admin/src/views/financial/CreditActionDialog.vue

@@ -280,7 +280,7 @@ export default {
       })
       })
     },
     },
     getActionOptions() {
     getActionOptions() {
-      financial.getCreditTypeOptions().then(res => {
+      financial.getCreditActionTypeOptions().then(res => {
         if (res.data) {
         if (res.data) {
           this.options.action = res.data
           this.options.action = res.data
         } else {
         } else {

+ 1 - 1
Strides-Admin/src/views/financial/CreditAmendment.vue

@@ -166,7 +166,7 @@ export default {
       this.getTableData()
       this.getTableData()
     },
     },
     getActionOptions() {
     getActionOptions() {
-      financial.getCreditTypeOptions().then(res => {
+      financial.getCreditActionTypeOptions().then(res => {
         if (res.data) {
         if (res.data) {
           this.options.action = res.data
           this.options.action = res.data
         } else {
         } else {