Преглед изворни кода

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

Guos пре 2 дана
родитељ
комит
9a0482207a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/views/qw/friendWelcome/indexNew.vue

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

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