Commit 4226a5bb authored by xinzhedeai's avatar xinzhedeai

图标参数 日期参数

parent 9ca7a679
......@@ -164,6 +164,7 @@
watch: {
createTime() {
this.getChartsData()
this.getTableList()
}
},
methods: {
......
......@@ -214,6 +214,7 @@
watch: {
createTime() {
this.getChartsData()
this.getTableList()
}
},
methods: {
......
......@@ -34,9 +34,9 @@ let jessibucaPlayer = {};
}
);
var host = location.protocol + '//' + (location.hostname === '192.168.3.226' ? '192.168.3.37' : '192.168.13.200') + ':8013';
var host = location.protocol + '//' + (location.hostname === '192.168.3.38' ? '192.168.3.37' : '192.168.13.200') + ':8013';
var selfHost = location.hostname === '192.168.3.226' ? 'http://192.168.3.38:8057' : location.protocol + '//' + window.location.host;
var selfHost = location.hostname === '192.168.3.38' ? 'http://192.168.3.38:8057' : location.protocol + '//' + window.location.host;
// 请求 token 用
......
......@@ -160,6 +160,8 @@
watch: {
createTime() {
this.getChartsData()
this.getTableList()
}
},
methods: {
......
......@@ -167,6 +167,8 @@
watch: {
createTime() {
this.getChartsData()
this.getTableList()
}
},
mounted() {
......
......@@ -162,6 +162,8 @@
watch: {
createTime() {
this.getChartsData()
this.getTableList()
}
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment