Procházet zdrojové kódy

缺陷:新建缺陷时,提交错误保留弹窗界面

洪海涛 před 4 roky
rodič
revize
c6dfd416a3

+ 1 - 1
src/views/projectManage/bugList/file/createdBug.vue

@@ -510,7 +510,7 @@ export default {
           }
           bugCreate({ bugBaseInfo: data, user }).then(res => {
             this.bugListSelect()
-            this.modalShow = false
+            this.modalShow = res.code !== 200
             this.$message({
               message: res.msg,
               type: 'success',