Browse Source

修复报错没有reject

gangyj 2 years ago
parent
commit
4405fd8e91
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/manager/contractinfo/detail.vue

+ 1 - 0
src/views/manager/contractinfo/detail.vue

@@ -1166,6 +1166,7 @@ export default {
                 resolve(submitContractInfo(das))
                 this.btnLoad = false
               } else {
+                reject('验证失败')
                 this.$message({
                   type: "error",
                   message: "请先选择合同段权限配置"