|
@@ -155,8 +155,16 @@ export default {
|
|
|
|
|
|
// 提交
|
|
|
subMenu() {
|
|
|
+ // let checknode = [];
|
|
|
+ // this.checkedNodes.map(function (item, index) {
|
|
|
+ // console.log(item.jspUrl); // 1
|
|
|
+ // checknode.push(item.jspUrl);
|
|
|
+ // checknode.push(item.functionName);
|
|
|
+ // });
|
|
|
+ // console.log(checknode)
|
|
|
+
|
|
|
this.$http({
|
|
|
- url: "/sysmgr/sys/settings/sysRoleFuncs/updateFunc",
|
|
|
+ url: "/market/usuaFun/save",
|
|
|
method: "post",
|
|
|
headers: {
|
|
|
"Content-Type": "application/json",
|
|
@@ -172,6 +180,7 @@ export default {
|
|
|
type: "success",
|
|
|
});
|
|
|
this.menuStatus = false;
|
|
|
+ location.reload();
|
|
|
}
|
|
|
});
|
|
|
},
|
|
@@ -203,7 +212,9 @@ export default {
|
|
|
}
|
|
|
.tags {
|
|
|
margin: 5px;
|
|
|
+ float: left;
|
|
|
width: 165px;
|
|
|
+ padding: 0;
|
|
|
height: 50px;
|
|
|
// background: url(../../../../src/assets/djlph-bt-bj.jpg) no-repeat 5px center;
|
|
|
span {
|
|
@@ -211,16 +222,22 @@ export default {
|
|
|
display: inline-block;
|
|
|
font-size: 14px;
|
|
|
line-height: 50px;
|
|
|
- width: 100px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis; /*超出部分省略号表示*/
|
|
|
+ width: 110px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
- .taginput {
|
|
|
- width: 300px;
|
|
|
+ .icon {
|
|
|
+ float: left;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
.button-new-tag {
|
|
|
margin: 5px;
|
|
|
width: 165px;
|
|
|
+ float: left;
|
|
|
height: 50px;
|
|
|
font-size: 16px;
|
|
|
}
|
|
@@ -243,11 +260,4 @@ export default {
|
|
|
color: #161616;
|
|
|
border-color: #f2f2f2;
|
|
|
}
|
|
|
-.icon {
|
|
|
- float: left;
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- cursor: pointer;
|
|
|
- margin-right: -5px;
|
|
|
-}
|
|
|
</style>
|