|
@@ -288,15 +288,16 @@ export default {
|
|
|
},
|
|
|
watch: {
|
|
|
// 根据渠道名称筛选渠道树
|
|
|
- channelName(val) {
|
|
|
- this.$refs.tree.filter(val);
|
|
|
- }
|
|
|
+ //channelName(val) {
|
|
|
+ // this.$refs.tree.filter(val);
|
|
|
+ //}
|
|
|
},
|
|
|
mounted() {
|
|
|
this.getProvinceList()
|
|
|
+
|
|
|
},
|
|
|
created() {
|
|
|
- this.getList();
|
|
|
+ this.getList();
|
|
|
},
|
|
|
methods: {
|
|
|
/** 查询用户列表 */
|
|
@@ -395,14 +396,12 @@ export default {
|
|
|
|
|
|
/** 搜索按钮操作 */
|
|
|
handleQuery() {
|
|
|
- this.queryParams.pageNum = 1;
|
|
|
+ this.pageParams.pageNum = 1;
|
|
|
this.getList();
|
|
|
},
|
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
|
this.queryParams= {
|
|
|
- pageNum: 1,
|
|
|
- pageSize: 10,
|
|
|
name: "",
|
|
|
mobile: "",
|
|
|
provinceId:"",
|