|
@@ -100,7 +100,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import {apiGetIndicatordictionaryList, apiGetdataDictionaryList, apiGetIndicatordicsaveList, apiGetIndicatordicdeleteList} from '../../api/api'
|
|
|
+import {apiGetIndicatordictionaryList, apiGetdataZBXList, apiGetIndicatordicsaveList, apiGetIndicatordicdeleteList} from '../../api/api'
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
@@ -163,7 +163,7 @@ export default {
|
|
|
let params = {
|
|
|
superKey: 'ZBX0001'
|
|
|
}
|
|
|
- apiGetdataDictionaryList(params).then(datas =>{
|
|
|
+ apiGetdataZBXList(params).then(datas =>{
|
|
|
if (datas && datas.data) {
|
|
|
that.indicItemoptions = datas.data
|
|
|
}
|
|
@@ -335,7 +335,7 @@ export default {
|
|
|
padding: 10px 20px;
|
|
|
.el-table{
|
|
|
.el-table__body-wrapper{
|
|
|
- max-height: 55vh !important;
|
|
|
+ height: 55vh !important;
|
|
|
}
|
|
|
.el-input__inner{
|
|
|
height: 30px !important;
|