zhaowei
9 天以前 6d40892cb8f829f90d1bcae271092a7bfcc40836
取消鉴定工单审批提交代码注释
已修改1个文件
40 ■■■■ 文件已修改
src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue 40 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue
@@ -584,26 +584,26 @@
              }
            }
            console.log('model', this.model.tableDetailList)
            //
            // httpAction(this.url.approval, this.model, 'put')
            //   .then((res) => {
            //     if (res.success) {
            //       that.$notification.success({
            //         message: '消息',
            //         description: res.message
            //       })
            //       that.$emit('modalFormOk')
            //       that.close()
            //     } else {
            //       that.$notification.warning({
            //         message: '消息',
            //         description: res.message
            //       })
            //     }
            //   })
            //   .finally(() => {
            //     that.confirmLoading = that.spinning = false
            //   })
            httpAction(this.url.approval, this.model, 'put')
              .then((res) => {
                if (res.success) {
                  that.$notification.success({
                    message: '消息',
                    description: res.message
                  })
                  that.$emit('modalFormOk')
                  that.close()
                } else {
                  that.$notification.warning({
                    message: '消息',
                    description: res.message
                  })
                }
              })
              .finally(() => {
                that.confirmLoading = that.spinning = false
              })
          } else {
            return false
          }