소스 검색

Merge branch 'master' of http://139.196.39.194:9021/chenc/cd-work-flow-web

jbb 2 년 전
부모
커밋
624fd39ead
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/oa/modules/SyCarryDetailModal.vue
  2. 1 0
      src/views/oa/modules/SyCottonYarnDetailModal.vue

+ 1 - 0
src/views/oa/modules/SyCarryDetailModal.vue

@@ -279,6 +279,7 @@
          getAction('/oa/syCarry/signPlan', {id:record.id}).then((res) => {
           if(res.success){
             this.getHeaderList(this.zhuId)
+            this.$message.success('签名成功');
           }else{
             this.$message.warning(res.message)
           }

+ 1 - 0
src/views/oa/modules/SyCottonYarnDetailModal.vue

@@ -224,6 +224,7 @@
            getAction('/oa/syCottonYarn/signPlan', {id:record.id}).then((res) => {
           if(res.success){
             this.getHeaderList(this.zhuId)
+            this.$message.success('签名成功');
           }else{
             this.$message.warning(res.message)
           }