联调 普测
This commit is contained in:
@@ -1,18 +1,5 @@
|
||||
<template>
|
||||
<div class="point-tree">
|
||||
<div v-if="defaultProps.disabled != 'flag'">
|
||||
<el-input
|
||||
v-model="input"
|
||||
style="width: 240px"
|
||||
clearable
|
||||
placeholder="请输入电站数"
|
||||
class="mr10"
|
||||
@input="handleEdit"
|
||||
></el-input>
|
||||
<el-button type="primary" :disabled="!input.length > 0" icon="el-icon-Operation" @click="Tick">
|
||||
按配置勾选
|
||||
</el-button>
|
||||
</div>
|
||||
<el-tree
|
||||
:disabled="disabled"
|
||||
style="height: 550px; overflow-y: auto; overflow-x: hidden"
|
||||
@@ -69,7 +56,7 @@ const setKey = (key: any, text?: string) => {
|
||||
}
|
||||
|
||||
defineExpose({ treeRef, setKey, loadData })
|
||||
loadData()
|
||||
// loadData()
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.point-tree {
|
||||
|
||||
Reference in New Issue
Block a user