调整台账管理页面
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
|
break
|
||||||
case 600:
|
case 600:
|
||||||
addLine()
|
addLine()
|
||||||
|
selectChanged(AddProjectBO.value.deviceParam[deviceIndex.value].subVoltageParam[busBarIndex.value].scale)
|
||||||
nextfalg.value = false
|
nextfalg.value = false
|
||||||
break
|
break
|
||||||
case 700:
|
case 700:
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ const getTableStoreParams = async (val: any) => {
|
|||||||
}, 1500)
|
}, 1500)
|
||||||
}
|
}
|
||||||
const tableStore = new TableStore({
|
const tableStore = new TableStore({
|
||||||
url: '/device-boot/terminalOnlineRateData/getOnlineRateDataCensus',
|
url: '/harmonic-boot/tHDistortion/getTHDistortionCensus',
|
||||||
showPage: false,
|
showPage: false,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
column: [],
|
column: [],
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ const tableStore = new TableStore({
|
|||||||
addFlag.value = false
|
addFlag.value = false
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
tableRef.value.getRef().setAllTreeExpand(true)
|
tableRef.value.getRef().setAllTreeExpand(true)
|
||||||
}, 1000)
|
}, 0)
|
||||||
tableStore.table.data.forEach(item => {
|
tableStore.table.data.forEach(item => {
|
||||||
item.state = 0
|
item.state = 0
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item class="top" label="部门区域:" prop="area">
|
<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
|
<el-option
|
||||||
v-for="item in areaOption"
|
v-for="item in areaOption"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|||||||
Reference in New Issue
Block a user