{
console.log(res);
this.houseVisible = false;
+ this.roleList();
});
} else {
// 省市json串
@@ -1551,10 +1589,9 @@ export default {
.then((res) => {
console.log(res);
this.houseVisible = false;
+ this.roleList();
});
}
-
- this.roleList();
},
// 楼盘绑定解绑
// bindhouse(e){
@@ -2111,9 +2148,18 @@ export default {
this.formTwo.houseId=row.houseId
this.formTwo.newRoleId=row.roleId
this.formTwo.deptId=row.deptId
+ this.formTwo.userRoleType=row.userRoleType+''
console.log(this.formTwo);
// 获取角色列表
this.typeChange1(row)
+ this.userDict(
+ {
+ dictKey:row.orgType,
+ dictType: 3,
+ },
+ "userRoleTypeList"
+ );
+
// 获取部门列表
this.dialogFormVisibleTwo=true
},
diff --git a/src/views/building/index.vue b/src/views/building/index.vue
index 0748e10..25dd572 100644
--- a/src/views/building/index.vue
+++ b/src/views/building/index.vue
@@ -133,7 +133,7 @@
筛选相关:
筛选
@@ -232,8 +232,8 @@
>更换账号
- 管理系统运营人员
- 管理代理商运营
+ 系统运营
+ 售后运营
绑定代理商
删除
@@ -529,7 +529,7 @@ export default {
if (value) {
if (!/^1[3456789]\d{9}$/.test(value)) {
// alert("手机号码不合法,请重新输入");
- callback(new Error("手机号码不合法,请重新输入"));
+ callback(new Error("手机号格式错误,请重新输入"));
}
}
callback();
@@ -543,7 +543,7 @@ export default {
this.passFlag=false
if (!/^1[3456789]\d{9}$/.test(value)) {
// alert("手机号码不合法,请重新输入");
- callback(new Error("手机号码不合法,请重新输入"));
+ callback(new Error("手机号格式错误,请重新输入"));
}else{
// 验证电话号码
this.$api.api.verPhone(value).then((res) => {
@@ -640,11 +640,11 @@ export default {
options1: [
{
value: "0",
- label: "服务器内",
+ label: "服务中",
},
{
value: "1",
- label: "已失效",
+ label: "已过期",
},
],
options: [
@@ -660,6 +660,10 @@ export default {
value: "2",
label: "演示",
},
+ {
+ value: "3",
+ label: "测试",
+ },
],
currentPage: 1,
size: 10,
@@ -859,6 +863,10 @@ export default {
// this.optionsoperationalPeople = res.data;
// });
},
+ screen(){
+ this.currentPage=1
+ this.zkhousePage()
+ },
addSurequxiao() {
this.dialogVisible = false;
},
diff --git a/vue.config.js b/vue.config.js
index 76a42cb..bb0b3a6 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -7,7 +7,7 @@
// const url = 'http://192.168.31.169:9999' //长龙
const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
-// const url = 'http://zwfakg.natappfree.cc' //王笑
+// const url = 'http://jrcd6b.natappfree.cc' //王笑
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']