浏览代码

Merge branch 'release' of http://110.188.24.182:10023/Fengwo/hotline-web into release

xf 3 天之前
父节点
当前提交
c1bf4d8f1e

+ 4 - 0
src/views/business/publish/components/Order-publish.vue

@@ -342,6 +342,10 @@ const isZGZFW = computed(() => {
 // 选择是否公开
 const selectPublishState = (val: any) => {
 	state.ruleForm.isOpenReview = !!val;
+	// 如果选了否需要吧不公开理由清空
+	if (!val) {
+		state.ruleForm.noPubReason = null;
+	}
 };
 // 关闭弹窗
 const closeDialog = () => {

+ 1 - 1
src/views/statistics/department/handle.vue

@@ -328,7 +328,7 @@ const footerMethod = ({ columns, data }) => {
 };
 // 查看详情
 const router = useRouter();
-const linkDetail = (scope, key?: string) => {
+const linkDetail = (scope:any, key?: string) => {
 	let StartTime = state.queryParams.crTime === null ? null : state.queryParams.crTime[0];
 	let EndTime = state.queryParams.crTime === null ? null : state.queryParams.crTime[1];
 	if (key) {