diff --git a/src/components/user/statistics.vue b/src/components/user/statistics.vue
index 4ba6e27..ceda59e 100644
--- a/src/components/user/statistics.vue
+++ b/src/components/user/statistics.vue
@@ -24,6 +24,7 @@
跟进记录
+ 号码拨号
{{sell_detail.cost_mogu}} ||
{{sell_detail.cost_not_mogu}}
@@ -114,7 +115,7 @@
{{scope.row.UserName}}
-
拨号
+
拨号
@@ -224,6 +225,17 @@
+
+
+
+
+ 拨打
+
+
+
{
+ if (res.Code == 30000) {
+ this.$message({
+ message: res.msg,
+ type: 'error'
+ })
+ } else {
+ this.$message({
+ message: '呼叫成功',
+ type: 'success'
+ })
+ }
+ })
+ },
+
+ hujiao2() {
+
+ var phone = this.phone_call;
+
this.$api.post(this.$api.phpURL + 'manager/UserFollow/hujiao', {phone: phone}).then(res => {
if (res.Code == 30000) {
this.$message({