telephone-clients 3.0.104-42 → 3.0.104-43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "3.0.104-42",
3
+ "version": "3.0.104-43",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -163,8 +163,21 @@ export default {
163
163
  methods: {
164
164
  clear(){
165
165
  //清空查询条件
166
- this.$refs.paged.$refs.criteria.model={}
166
+ this.$refs.paged.$refs.criteria.model={
167
+ f_room:'',
168
+ f_floor:'',
169
+ f_unit:'',
170
+ f_building:'',
171
+ f_residential_area:'',
172
+ f_enter_number:'',
173
+ f_address:'',
174
+ f_meternumber:'',
175
+ f_user_name:'',
176
+ f_userinfo_code:'',
177
+ f_user_phone:''
178
+ }
167
179
  },
180
+
168
181
  // 获取该组件配置文件
169
182
  getTelFindUserConfig(){
170
183
  let http = new HttpResetClass()