ysy 2 년 전
부모
커밋
b4aa3bd060
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/bpm/handleTask/components/outsourcedWarehousing/submit.vue

+ 2 - 2
src/views/bpm/handleTask/components/outsourcedWarehousing/submit.vue

@@ -129,7 +129,7 @@ export default {
           pass: true
 
         }).then((res) => {
-          if (res.data.code != '-1') {
+          if (res.code != '-1') {
             this.$emit('handleAudit', {
               status,
               title: ''
@@ -142,7 +142,7 @@ export default {
           reason: this.form.reason,
           pass: false
         }).then((res) => {
-          if (res.data.code != '-1') {
+          if (res.code != '-1') {
             this.$emit('handleAudit', {
               status,
               title: '驳回'