Commit 6414af32 by liyuhang19990520

重庆可视化

parent e422e72b
......@@ -485,7 +485,11 @@ export default {
let obj = new Object();
if (paramsObj) {
for (let key in paramsObj) {
obj[key] = node.data[paramsObj[key]];
if (node.data[paramsObj[key]]) {
obj[key] = node.data[paramsObj[key]];
} else {
obj[key] = paramsObj[key];
}
}
}
return obj;
......
/*
* @Author: your name
* @Date: 2021-06-20 11:48:40
* @LastEditTime: 2021-09-07 17:21:01
* @LastEditTime: 2021-09-08 17:32:58
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \control_platform\src\settings.js
......
<!--
* @Author: your name
* @Date: 2021-06-22 17:44:35
* @LastEditTime: 2021-09-07 16:53:13
* @LastEditTime: 2021-09-08 17:32:50
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\echarts\index.vue
......@@ -39,8 +39,12 @@ export default {
},
params: {
objectType: "person",
objectValue: this.$route.query.zjhm,
parentId: 0,
objectValue: this.$route.query.zjhm,
asjbh: this.$route.query.asjbh,
asjmc: this.$route.query.asjmc,
approveId: this.$route.query.approveId,
cxrSfzh: this.$route.query.cxrSfzh,
},
nodedata: {
children: true,
......@@ -54,6 +58,10 @@ export default {
objectType: "type",
objectValue: "name",
parentId: "parentId",
asjbh: this.$route.query.asjbh,
asjmc: this.$route.query.asjmc,
approveId: this.$route.query.approveId,
cxrSfzh: this.$route.query.cxrSfzh,
},
};
},
......
<!--
* @Author: your name
* @Date: 2021-06-22 17:44:35
* @LastEditTime: 2021-09-07 16:59:04
* @LastEditTime: 2021-09-08 17:32:53
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\echarts\index.vue
......@@ -39,8 +39,12 @@ export default {
},
params: {
objectType: "person",
objectValue: this.$route.query.zjhm,
parentId: 0,
objectValue: this.$route.query.zjhm,
asjbh: this.$route.query.asjbh,
asjmc: this.$route.query.asjmc,
approveId: this.$route.query.approveId,
cxrSfzh: this.$route.query.cxrSfzh,
},
nodedata: {
children: true,
......@@ -54,6 +58,10 @@ export default {
objectType: "type",
objectValue: "name",
parentId: "parentId",
asjbh: this.$route.query.asjbh,
asjmc: this.$route.query.asjmc,
approveId: this.$route.query.approveId,
cxrSfzh: this.$route.query.cxrSfzh,
},
};
},
......
<!--
* @Author: your name
* @Date: 2021-07-20 14:38:05
* @LastEditTime: 2021-08-05 11:45:59
* @LastEditTime: 2021-09-08 17:31:30
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\yppt\argxfx.vue
......@@ -55,9 +55,7 @@ export default {
type: "text",
placeholder: "请输入标识号",
col: "3",
rules: [
{ required: true, message: "请输入标识号", trigger: "blur" },
],
rules: [{ required: true, message: "请输入标识号", trigger: "blur" }],
},
],
form: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment