refactor: 删除控制台日志打印
Former-commit-id: b7cae1dd241a532ea395f64c2c24c28891579ece
This commit is contained in:
@@ -170,7 +170,6 @@ function submitForm() {
|
||||
dataFormRef.value.validate((isValid: any) => {
|
||||
if (isValid) {
|
||||
// 接口权限和按钮权限必填其一
|
||||
console.log(state.urlPerm.requestPath, state.formData.btnPerm);
|
||||
if (!(state.urlPerm.requestPath || state.formData.btnPerm)) {
|
||||
ElMessage.warning("请至少填写一种权限");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user