@@ -197,10 +197,10 @@ export default {
},
async submit() {
const data = this.getData();
- if (!data.length) {
- this.$message.error("请设置权限!");
- return;
- }
+ // if (!data.length) {
+ // this.$message.error("请设置权限!");
+ // return;
+ // }
if (this.isSubmit) return;
this.isSubmit = true;