ch 4 роки тому
батько
коміт
a7cdf2757e

+ 1 - 1
front-vue/src/views/service/credit/addInformation.vue

@@ -977,7 +977,7 @@ export default {
     //修改账款回调
         emitEditClick(val) {
             var self = this
-            this.getAccountsPay().then((response) => {
+            this.getAccountsCollection().then((response) => {
                 //修改付款返回id直接选中
                 if (val) {
                     // self.payList.forEach(element => {

+ 1 - 1
front-vue/src/views/service/credit/applyCreditEdit.vue

@@ -882,7 +882,7 @@ export default {
     //修改账款回调
         emitEditClick(val) {
             var self = this
-            this.getAccountsPay().then((response) => {
+            this.getAccountsCollection().then((response) => {
                 //修改付款返回id直接选中
                 if (val) {
                     // self.payList.forEach(element => {

+ 1 - 1
front-vue/src/views/service/credit/creditApply.vue

@@ -741,7 +741,7 @@ export default {
         //修改账款回调
         emitEditClick(val) {
             var self = this
-            this.getAccountsPay().then((response) => {
+            this.getAccountsCollection().then((response) => {
                 //修改付款返回id直接选中
                 if (val) {
                     // self.payList.forEach(element => {

+ 1 - 1
front-vue/src/views/service/credit/financeOpen.vue

@@ -998,7 +998,7 @@ export default {
         //修改账款回调
         emitEditClick(val) {
             var self = this
-            this.getAccountsPay().then((response) => {
+            this.getAccountsCollection().then((response) => {
                 //修改付款返回id直接选中
                 if (val) {
                     // self.payList.forEach(element => {

+ 1 - 1
front-vue/src/views/service/credit/financeOpenUpdate.vue

@@ -1016,7 +1016,7 @@ export default {
     //修改账款回调
     emitEditClick(val) {
         var self = this
-        this.getAccountsPay().then((response) => {
+        this.getAccountsCollection().then((response) => {
             //修改付款返回id直接选中
             if (val) {
                 // self.payList.forEach(element => {

+ 1 - 1
front-vue/src/views/service/credit/signFor.vue

@@ -981,7 +981,7 @@ export default {
     //修改账款回调
     emitEditClick(val) {
         var self = this
-        this.getAccountsPay().then((response) => {
+        this.getAccountsCollection().then((response) => {
             //修改付款返回id直接选中
             if (val) {
                 // self.payList.forEach(element => {