Browse Source

del useless code

david 2 years ago
parent
commit
76080c1f88
1 changed files with 0 additions and 10 deletions
  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
-        // })
       }
     }
   }