Explorar o código

feat:测试提交;

zhangchong hai 1 ano
pai
achega
cb2d0350d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/quality/index/index.vue

+ 1 - 1
src/views/quality/index/index.vue

@@ -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();