|
@@ -813,7 +813,7 @@ export const assistanceData = {
|
|
|
export const setOption = (deviceType?) => {
|
|
|
let yMax = 4500;
|
|
|
const { sysOrgCode } = useGlobSetting();
|
|
|
- // const sysOrgCode = 'sdmtjtwlmlmk';
|
|
|
+ // const sysOrgCode = 'sdmtjthlgmk';
|
|
|
if (sysOrgCode == 'sdmtjtdltmk') {
|
|
|
// 这里判断白家渠还是五当沟
|
|
|
if (deviceType == 'fanmain_bjq') {
|
|
@@ -837,6 +837,8 @@ export const setOption = (deviceType?) => {
|
|
|
yMax = 6000;
|
|
|
} else if (sysOrgCode == 'sdmtjtsgtmk') {
|
|
|
yMax = 3000;
|
|
|
+ } else if (sysOrgCode == 'sdmtjthlgmk') {
|
|
|
+ yMax = 3000;
|
|
|
} else if (sysOrgCode == 'sdmtjtdltmkhjtj') {
|
|
|
yMax = 3000;
|
|
|
} else if (sysOrgCode == 'sdmtjtcctrk') {
|
|
@@ -1169,6 +1171,8 @@ export const initData = (deviceType?) => {
|
|
|
return initDataHjt();
|
|
|
} else if (sysOrgCode == 'sdmtjtsgtmk') {
|
|
|
return initDataSgt();
|
|
|
+ } else if (sysOrgCode == 'sdmtjthlgmk') {
|
|
|
+ return initDataSgt();
|
|
|
} else if (sysOrgCode == 'sdmtjtyjlmk') {
|
|
|
return initDataJj();
|
|
|
} else if (sysOrgCode == 'sdmtjtcctrk') {
|