소스 검색

工具借用单复制

qymljy 1 년 전
부모
커밋
1a97614a09
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/template/copyTo/index.vue

+ 1 - 4
src/template/copyTo/index.vue

@@ -23,10 +23,7 @@ export default {
       this.param.content.sa_orderid = this.sa_orderid
       const res = await this.$api.requested(this.param)
       if (res.code == 0){
-        this.$notify.error({
-          title: res.data,
-          message: res.msg
-        });
+        this.$message.error(res.msg);
       }else {
         this.copyPath(res.data)
       }