Browse Source

2022-10-13

codeMan 2 years ago
parent
commit
5fa26a4c87
1 changed files with 1 additions and 1 deletions
  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()
       })
     }