mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-21 00:01:26 +08:00
fix(test): ensure rule group is specified before testing priority
This commit is contained in:
@@ -43,7 +43,7 @@ async function queryFilterRuleGroups() {
|
||||
|
||||
// 调用API识别
|
||||
async function ruleTest() {
|
||||
if (!ruleTestForm.title) return
|
||||
if (!ruleTestForm.title || !ruleTestForm.rulegroup) return
|
||||
|
||||
try {
|
||||
ruleTestLoading.value = true
|
||||
|
||||
Reference in New Issue
Block a user