|
@@ -582,7 +582,7 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: "用户平台",
|
|
label: "用户平台",
|
|
- type: "select",
|
|
|
|
|
|
+ type: "checkbox",
|
|
dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
|
|
dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
|
|
props: {
|
|
props: {
|
|
label: "dictValue",
|
|
label: "dictValue",
|
|
@@ -653,7 +653,7 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: "用户平台",
|
|
label: "用户平台",
|
|
- type: "select",
|
|
|
|
|
|
+ type: "checkbox",
|
|
dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
|
|
dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
|
|
props: {
|
|
props: {
|
|
label: "dictValue",
|
|
label: "dictValue",
|
|
@@ -837,7 +837,7 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: "用户平台",
|
|
label: "用户平台",
|
|
- type: "select",
|
|
|
|
|
|
+ type: "checkbox",
|
|
dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
|
|
dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
|
|
props: {
|
|
props: {
|
|
label: "dictValue",
|
|
label: "dictValue",
|
|
@@ -1342,7 +1342,9 @@ export default {
|
|
let ks = {...row}
|
|
let ks = {...row}
|
|
delete ks.projectAndUserList
|
|
delete ks.projectAndUserList
|
|
delete ks.roleId
|
|
delete ks.roleId
|
|
|
|
+ console.log(ks,'ks');
|
|
update({...ks}).then(() => {
|
|
update({...ks}).then(() => {
|
|
|
|
+
|
|
this.initFlag = false;
|
|
this.initFlag = false;
|
|
this.onLoad(this.page);
|
|
this.onLoad(this.page);
|
|
this.$message({
|
|
this.$message({
|