|
@@ -190,7 +190,7 @@ const state = reactive<any>({
|
|
|
});
|
|
|
const ruleFormRef = ref<RefType>(null); // 表单ref
|
|
|
const qualitySourceOptions = ref<EmptyArrayType>([]); // 违禁词分类
|
|
|
-const qualityStateOptions = ref<EmptyArrayType>([]); // 违禁词属性21321
|
|
|
+const qualityStateOptions = ref<EmptyArrayType>([]); // 违禁词属性
|
|
|
const getBaseData = async ()=>{
|
|
|
try {
|
|
|
const res = await qualityBaseData();
|