瀏覽代碼

no message

XAWDJ0277HWXPT2\Administrator 5 年之前
父節點
當前提交
1e378a28fe

文件差異過大導致無法顯示
+ 1 - 1
web/index.html


文件差異過大導致無法顯示
+ 2 - 2
web/js/app.08a6bfb5.js


文件差異過大導致無法顯示
+ 1 - 1
web/js/app.08a6bfb5.js.map


文件差異過大導致無法顯示
+ 2 - 0
web/js/chunk-3c3021a1.10378987.js


文件差異過大導致無法顯示
+ 1 - 0
web/js/chunk-3c3021a1.10378987.js.map


文件差異過大導致無法顯示
+ 0 - 2
web/js/chunk-3c3021a1.f9d078ad.js


文件差異過大導致無法顯示
+ 0 - 1
web/js/chunk-3c3021a1.f9d078ad.js.map


+ 2 - 2
webConfig/src/views/projectManagement.vue

@@ -946,7 +946,7 @@
                 </el-form>
                 <el-form label-width="260px" ref="batteryParametersData" :model="batteryParametersData" label-position="right" class="clearfix" v-if="monitorType=='batteryParameters'">
                     <!-- {model:'',label:'',unit:'',type:'select',option:'batteryListEN'}, -->
-                    <el-form-item label="Battery type:" class="list_boxEN" prop="batterytype">
+                    <el-form-item label="Battery type:" class="list_boxEN" prop="battery_type">
                         <el-select v-model="batteryParametersData['battery_type']" :disabled="!batterySettingIsTrue||!parameterBatteryIsEdit">
                             <el-option
                               v-for="item in option['batteryListEN']"
@@ -5346,7 +5346,7 @@
                         client_key:this.client_key,
                         token:this.token,
                         lamp_id:this.lampId,
-                        batterytype:this.batteryParametersData.batterytype,
+                        battery_type:this.batteryParametersData.battery_type,
                         ...parameter,
                     }
                     // console.log(data)