diff --git a/src/views/Customer/AgentManagement.vue b/src/views/Customer/AgentManagement.vue
index f684d51..6d62f19 100644
--- a/src/views/Customer/AgentManagement.vue
+++ b/src/views/Customer/AgentManagement.vue
@@ -403,7 +403,7 @@ export default {
options: [
{
value: "0",
- label: "服务器内",
+ label: "服务中",
},
{
value: "1",
diff --git a/src/views/Customer/CompanyRecord.vue b/src/views/Customer/CompanyRecord.vue
index 19e5169..fad475a 100644
--- a/src/views/Customer/CompanyRecord.vue
+++ b/src/views/Customer/CompanyRecord.vue
@@ -538,7 +538,7 @@ export default {
if(valid){
// console.log(valid,this.operaForm);
this.$api.api.zkoperationrecordSaveCompany({
- orgType:this.idx==0?'1':'2',
+ orgType:2,
accountIds:this.operaForm.operationalPeople.join(','),
orgId: this.operaForm.orgId,
operationType:this.idx==0?'1':'2'
diff --git a/src/views/admin/user/index.vue b/src/views/admin/user/index.vue
index 5909709..98907ff 100644
--- a/src/views/admin/user/index.vue
+++ b/src/views/admin/user/index.vue
@@ -554,6 +554,25 @@
+
+
+
+
+
+
+
{
console.log(res);
this.houseVisible = false;
+ this.roleList();
});
} else {
// 省市json串
@@ -1565,10 +1589,9 @@ export default {
.then((res) => {
console.log(res);
this.houseVisible = false;
+ this.roleList();
});
}
-
- this.roleList();
},
// 楼盘绑定解绑
// bindhouse(e){
@@ -2125,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 970a171..25dd572 100644
--- a/src/views/building/index.vue
+++ b/src/views/building/index.vue
@@ -640,11 +640,11 @@ export default {
options1: [
{
value: "0",
- label: "服务器内",
+ label: "服务中",
},
{
value: "1",
- label: "已失效",
+ label: "已过期",
},
],
options: [
diff --git a/vue.config.js b/vue.config.js
index 1108632..87daeff 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,11 +3,11 @@
* https://cli.vuejs.org/zh/config/
*/
// const url = 'http://pigx-gateway'
-// const url = 'http://39.97.167.65:9999' //测试
+const url = 'http://39.97.167.65:9999' //测试
// 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://jrcd6b.natappfree.cc' //王笑
+// const url = 'http://jrcd6b.natappfree.cc' //王笑
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']