Skip to content

Commit 6ce7b23

Browse files
committed
修复运维中心还未获取projectName时候请求接口的问题
1 parent b6618a2 commit 6ce7b23

File tree

1 file changed

+1
-0
lines changed
  • web/src/apps/workflows/module/dispatch/dashboard

1 file changed

+1
-0
lines changed

web/src/apps/workflows/module/dispatch/dashboard/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export default {
175175
}
176176
},
177177
getMixedBarLineData(currentDay, cb) {
178+
if (!this.projectName) return
178179
util.checkToken(() => {
179180
api.fetch(`dolphinscheduler/projects/${this.workspaceName}-${this.projectName}/instance/list-paging`, {
180181
pageSize: 1000,

0 commit comments

Comments
 (0)