yh 1 Minggu lalu
induk
melakukan
db7c2c976d

+ 4 - 3
src/views/company/wxAccount/index.vue

@@ -19,7 +19,7 @@
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
-      <el-form-item label="手机号" prop="wxNo">
+      <el-form-item label="手机号" prop="phone">
         <el-input
           :maxlength="11"
           v-model="queryParams.phone"
@@ -31,7 +31,7 @@
       </el-form-item>
       <el-form-item label="员工" prop="companyUserId">
         <el-select v-model="queryParams.companyUserId" clearable>
-          <el-option v-for="item in qwUserList" :label="item.qwUserName" :value="item.id" />
+          <el-option v-for="item in qwUserList" :label="item.nickName" :value="item.userId" />
         </el-select>
       </el-form-item>
       <el-form-item>
@@ -178,7 +178,8 @@ export default {
         wxNickName: null,
         wxNo: null,
         companyUserId: null,
-        createUser: null
+        createUser: null,
+        phone: null,
       },
       // 表单参数
       form: {},

+ 11 - 11
src/views/course/userCourseCategory/index.vue

@@ -81,17 +81,17 @@
         >导入</el-button>
       </el-col>
 
-      <el-col :span="1.5">
-        <el-button
-          type="warning"
-          plain
-          icon="el-icon-download"
-          size="mini"
-          :loading="exportLoading"
-          @click="handleFansExport"
-          v-hasPermi="['course:userCourseCategory:fansExport']"
-        >重粉导出</el-button>
-      </el-col>
+<!--      <el-col :span="1.5">-->
+<!--        <el-button-->
+<!--          type="warning"-->
+<!--          plain-->
+<!--          icon="el-icon-download"-->
+<!--          size="mini"-->
+<!--          :loading="exportLoading"-->
+<!--          @click="handleFansExport"-->
+<!--          v-hasPermi="['course:userCourseCategory:fansExport']"-->
+<!--        >重粉导出</el-button>-->
+<!--      </el-col>-->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 

+ 1 - 1
src/views/crm/components/assignCompany.vue

@@ -94,7 +94,7 @@
             this.assignCount = 0;
             this.customerIds = [];
             //关闭弹窗
-            // this.$emit('close');
+            this.$emit('close');
           },
             changeVal(row) {
                 this.$forceUpdate();//解决点击计数器失效问题

+ 3 - 0
src/views/crm/customer/index.vue

@@ -598,6 +598,9 @@ export default {
       this.queryParams.endTime = null;
       this.dateRange = null;
       this.resetForm("queryForm");
+      this.sourceArr = [];      // 客户来源
+      this.tagIds = [];        // 客户标签
+      this.ctsTypeArr = [];    // 客户类型
       //this.$forceUpdate(); // 强制更新视图
       this.handleQuery();
     },

+ 2 - 0
src/views/crm/customerVisit/index.vue

@@ -275,6 +275,8 @@ export default {
     /** 重置按钮操作 */
     resetQuery() {
       this.resetForm("queryForm");
+      this.dateRange = [];
+      console.log("重置成功" + this.dateRange);
       this.handleQuery();
     },
     // 多选框选中数据