Browse Source

审批页面加callback

sqg 3 years ago
parent
commit
aaf94e72d4
1 changed files with 8 additions and 0 deletions
  1. 8 0
      front-vue/src/views/service/credit/approvalCreditDetail.vue

+ 8 - 0
front-vue/src/views/service/credit/approvalCreditDetail.vue

@@ -218,6 +218,10 @@ export default {
              
         })
     },
+    mounted(){
+    //审批
+    window.callBack = this.callBack;
+    },
     methods: {
 
         // 取消按钮
@@ -280,6 +284,10 @@ export default {
             return;
         }
     },
+    //审批用,不需要改字段空方法即可,不然报找不到该方法
+    callBack(){
+
+    },
      /* //  将数字金额转换为大写金额 */
     smallToBig(money) {
       //  将数字金额转换为大写金额