瀏覽代碼

工具借用单复制

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)
       }