소스 검색

文字调整

Xiao_123 1 개월 전
부모
커밋
5b035f211f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/dataFactory/dispatch/index.vue

+ 1 - 1
src/views/dataFactory/dispatch/index.vue

@@ -193,7 +193,7 @@ export default {
       if (item.loading === true) {
         return
       }
-      if (!item.en_name) return this.$snackbar.warning('目标表不存在')
+      if (!item.en_name) return this.$snackbar.warning('目标表不存在')
       // const { id, type } = Object.values(item.nodeProperty).pop()
       item.loading = true
       await this.handleRunResource({ dependency_level: 'resource', target_table: item.en_name })