@newview/permission-service 1.2.27 → 1.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -27178,9 +27178,6 @@ class ProjectSummaryInstance extends BaseInstance {
|
|
|
27178
27178
|
console.log("表单数据xxxx", res);
|
|
27179
27179
|
Object.assign(this.nowData, res[0]);
|
|
27180
27180
|
let formData = JSON.parse(res[0].ConfigData);
|
|
27181
|
-
for (let [key, value] of Object.entries(formData)) {
|
|
27182
|
-
formData[key] = formData.toString();
|
|
27183
|
-
}
|
|
27184
27181
|
console.log("xxxxxxxxxx解析json", formData);
|
|
27185
27182
|
Object.assign(formData, {
|
|
27186
27183
|
Province: res[0].Province ? res[0].Province : "",
|
|
@@ -29806,12 +29803,12 @@ const index = [
|
|
|
29806
29803
|
},
|
|
29807
29804
|
{
|
|
29808
29805
|
// 看板模块
|
|
29809
|
-
path: "/viewModule/ViewModule",
|
|
29806
|
+
path: "/permission-service/viewModule/ViewModule",
|
|
29810
29807
|
component: ViewModule
|
|
29811
29808
|
},
|
|
29812
29809
|
{
|
|
29813
29810
|
// 集团关系
|
|
29814
|
-
path: "/groupRelationships/GroupRelationships",
|
|
29811
|
+
path: "/permission-service/groupRelationships/GroupRelationships",
|
|
29815
29812
|
component: GroupRelationships
|
|
29816
29813
|
}
|
|
29817
29814
|
];
|