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