소스 검색

Merge branch 'xiaoqin' into mergeBranch

codeMan 2 년 전
부모
커밋
9f6f770826
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/HDrpManagement/Creditbilladj/index.vue

+ 1 - 1
src/HDrpManagement/Creditbilladj/index.vue

@@ -41,7 +41,7 @@ export default {
         }
       })
       console.log(res);
-      this.showMessage(res,() => {
+      this.tool.showMessage(res,() => {
         this.$refs.basicLayout.listData()
       })
     }