huxinglu 4 лет назад
Родитель
Сommit
80149d5e07
3 измененных файлов: 3 добавлений и 3 удалений
  1. +1
    -1
      config/index.js
  2. +1
    -1
      src/views/water/trend/index.vue
  3. +1
    -1
      src/views/water/trend/lineFrom.vue

+ 1
- 1
config/index.js Просмотреть файл

@@ -12,7 +12,7 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
target: 'http://nanjing.yunhengwang.net/api',
target: 'http://nanjing.yunhengwang.com/api',
changeOrigin: true,
secure: false,
pathRewrite: {

+ 1
- 1
src/views/water/trend/index.vue Просмотреть файл

@@ -207,7 +207,7 @@
},
detail(row) {
this.id=row.id
this.detailVisible=true
this.detailVisible=true
},
indexMethod(index) {
return index + 1 + (this.currentPage - 1) * this.pageSize;

+ 1
- 1
src/views/water/trend/lineFrom.vue Просмотреть файл

@@ -1,5 +1,5 @@
<template>
<el-dialog :close-on-press-escape="false" :close-on-click-modal="false" center :visible.sync="visible"
<el-dialog center :visible.sync="visible"
title="趋势图">
<div class="line" id="line"></div>
<span slot="footer" class="dialog-footer">

Загрузка…
Отмена
Сохранить