Browse Source

客户转换-好友欢迎语-重置按钮时间控件数据未清空

Guos 4 tháng trước cách đây
mục cha
commit
9a0482207a

+ 1 - 0
src/views/qw/friendWelcome/indexNew.vue

@@ -1132,6 +1132,7 @@ export default {
     },
     },
     /** 重置按钮操作 */
     /** 重置按钮操作 */
     resetQuery() {
     resetQuery() {
+      this.queryParams.createTime = null;
       this.resetForm("queryForm");
       this.resetForm("queryForm");
       this.queryParams.corpId= this.myQwCompanyList[0].dictValue
       this.queryParams.corpId= this.myQwCompanyList[0].dictValue
       getQwAllUserList(this.queryParams.corpId).then(response => {
       getQwAllUserList(this.queryParams.corpId).then(response => {