This commit is contained in:
liushiwei
2023-11-24 01:04:54 +08:00
parent fe6fd6cfdc
commit 15cd54a44e
17 changed files with 1340 additions and 39 deletions

View File

@@ -28,7 +28,7 @@ import { DualAxes } from '@antv/g2plot'
export default {
name: "AiProductDetail",
props: ['params'],
props: ['params', 'url'],
components: {
AiProductDropDown
},
@@ -47,7 +47,7 @@ export default {
},
methods: {
init() {
this.$http.post('/api/monitorDetail/queryProductDetail',null,{
this.$http.post(this.url ? this.url: '/api/monitorDetail/queryProductDetail',null,{
params: {
goodsId: this.params.goodsId,
monitorId: this.params.monitorId