调整台账管理页面
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2338,6 +2338,7 @@ const next = async () => {
|
||||
break
|
||||
case 600:
|
||||
addLine()
|
||||
selectChanged(AddProjectBO.value.deviceParam[deviceIndex.value].subVoltageParam[busBarIndex.value].scale)
|
||||
nextfalg.value = false
|
||||
break
|
||||
case 700:
|
||||
|
||||
@@ -25,7 +25,7 @@ const getTableStoreParams = async (val: any) => {
|
||||
}, 1500)
|
||||
}
|
||||
const tableStore = new TableStore({
|
||||
url: '/device-boot/terminalOnlineRateData/getOnlineRateDataCensus',
|
||||
url: '/harmonic-boot/tHDistortion/getTHDistortionCensus',
|
||||
showPage: false,
|
||||
method: 'POST',
|
||||
column: [],
|
||||
|
||||
@@ -95,7 +95,7 @@ const tableStore = new TableStore({
|
||||
addFlag.value = false
|
||||
setTimeout(() => {
|
||||
tableRef.value.getRef().setAllTreeExpand(true)
|
||||
}, 1000)
|
||||
}, 0)
|
||||
tableStore.table.data.forEach(item => {
|
||||
item.state = 0
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item class="top" label="部门区域:" prop="area">
|
||||
<el-select v-model="form.area" placeholder="选择子类型" style="width: 100%">
|
||||
<el-select v-model="form.area" placeholder="选择部门区域" style="width: 100%">
|
||||
<el-option
|
||||
v-for="item in areaOption"
|
||||
:key="item.id"
|
||||
|
||||
Reference in New Issue
Block a user