|
@@ -191,7 +191,7 @@ const state = reactive<any>({
|
|
publishDetail: {}, // 发布详情
|
|
publishDetail: {}, // 发布详情
|
|
});
|
|
});
|
|
const ruleFormRef = ref<RefType>(); // 表单ref
|
|
const ruleFormRef = ref<RefType>(); // 表单ref
|
|
-const idNamesArray = ref<EmptyArrayType>(); // 部门列表
|
|
|
|
|
|
+const idNamesArray = ref<EmptyArrayType>([]); // 部门列表
|
|
const disabled = ref<boolean>(false); //是否查看详情
|
|
const disabled = ref<boolean>(false); //是否查看详情
|
|
const dialogTitle = ref<string>('发布详情'); // 弹窗标题
|
|
const dialogTitle = ref<string>('发布详情'); // 弹窗标题
|
|
const netizenEvaluateType = ref<EmptyArrayType>([]);
|
|
const netizenEvaluateType = ref<EmptyArrayType>([]);
|