diff --git a/.env.LN b/.env.LN new file mode 100644 index 00000000..1e0df979 --- /dev/null +++ b/.env.LN @@ -0,0 +1,6 @@ +# 辽宁嵌入 +NODE_ENV = LN +VITE_NAME="LN" +# 电网一张图 地图图层 +VITE_NARIMAP=null +VITE_NRGISCOMMON=null diff --git a/package.json b/package.json index 64f1d529..3b1106f6 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,14 @@ "dev:jibei": "vite --mode jibei", "dev:hainan": "vite --mode hainan", "dev:qujing": "vite --mode qujing", + "dev:LN": "vite --mode LN", "dev:LNqr": "vite --mode LNqr", "dev:removeMode": "vite --mode removeMode", "build": "vite build --mode dev", "build:jibei": "vite build --mode jibei", "build:hainan": "vite build --mode hainan", "build:qujing": "vite build --mode qujing", + "build:LN": "vite build --mode LN", "build:LNqr": "vite build --mode LNqr", "build:removeMode": "vite build --mode removeMode", "preview": "vite preview" diff --git a/src/components/cockpit/dataCleaning/index.vue b/src/components/cockpit/dataCleaning/index.vue index 9fdfebf0..7da0a40b 100644 --- a/src/components/cockpit/dataCleaning/index.vue +++ b/src/components/cockpit/dataCleaning/index.vue @@ -126,7 +126,8 @@ const prop = defineProps({ width: { type: [String, Number] }, height: { type: [String, Number] }, timeKey: { type: [String, Number] }, - timeValue: { type: Object } + timeValue: { type: Object }, + searchKey: { type: [String, Number] } }) const headerHeight = ref(57) @@ -347,22 +348,22 @@ onMounted(() => { tableStore.index() }) watch( - () => prop.timeKey, + () => prop.searchKey, val => { tableStore.index() } ) -watch( - () => prop.timeValue, +// watch( +// () => prop.timeValue, - val => { - tableStore.index() - }, +// val => { +// tableStore.index() +// }, - { - deep: true - } -) +// { +// deep: true +// } +// ) + + + + diff --git a/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue b/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue index ae9979b4..4740f2be 100644 --- a/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue +++ b/src/views/pqs/harmonicMonitoring/reportForms/statistics/index.vue @@ -10,8 +10,14 @@ > - +