qinzhipeng_v 5 년 전
부모
커밋
7bb8856a91
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/projectManage/bugList/details/index.vue

+ 2 - 2
src/views/projectManage/bugList/details/index.vue

@@ -1082,7 +1082,7 @@ export default {
       })
     },
     bugUpdate(form, loadingStr) {
-      console.log(form, '修改')
+      // console.log(form, '修改')
       if (form.currentHandler !== '' || form.assigner !== '') {
         loadingStr ? this.loading[loadingStr] = true : this.loading.fullscreen = true
         const userData = {
@@ -1118,7 +1118,7 @@ export default {
       } else {
         this.$message.warning('责任人,修复人不能为空')
         this.loading.userInfo = false
-        // this.bugGet(this.bug.id, false)
+        this.bugGet(this.bug.id, false)
       }
     },
     searchUser(query) {