@@ -74,7 +74,7 @@ const financial = {
return get("dawn/api/v1/billing-type-select")
},
/*信用余额操作部分-Start*/
- getCreditTypeOptions() {
+ getCreditActionTypeOptions() {
return get("dawn/api/v1/credit-action-type-select")
getCreditStatusOptions() {
@@ -280,7 +280,7 @@ export default {
})
getActionOptions() {
- financial.getCreditTypeOptions().then(res => {
+ financial.getCreditActionTypeOptions().then(res => {
if (res.data) {
this.options.action = res.data
} else {
@@ -166,7 +166,7 @@ export default {
this.getTableData()