소스 검색

del useless code

david 2 년 전
부모
커밋
76080c1f88
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      src/views/admin/role-add.vue

+ 0 - 10
src/views/admin/role-add.vue

@@ -58,16 +58,6 @@
         }).catch(err => {
           console.log('err---------' + err)
         })
-        // network.postData(path, this.form).then(response => {
-        //   this.submitButtonStat = false
-        //   this.$message({
-        //     message: response,
-        //     type: 'success'
-        //   })
-        //   this.$router.go(-1)
-        // }).catch(() => {
-        //   this.submitButtonStat = false
-        // })
       }
     }
   }