|
@@ -42,7 +42,7 @@
|
|
|
class="ml8"
|
|
|
@click="recordFile(state.ruleForm)"
|
|
|
v-if="
|
|
|
- ['ZiGong','LuZhou'].includes(themeConfig.appScope)
|
|
|
+ ['ZiGong', 'LuZhou'].includes(themeConfig.appScope)
|
|
|
? state.ruleForm?.recordingAbsolutePath && userInfos.isCenter
|
|
|
: state.ruleForm?.recordingAbsolutePath
|
|
|
"
|
|
@@ -478,7 +478,7 @@ const storesThemeConfig = useThemeConfig();
|
|
|
const { themeConfig } = storeToRefs(storesThemeConfig);
|
|
|
const storesUserInfo = useUserInfo();
|
|
|
const { userInfos } = storeToRefs(storesUserInfo); // 用户信息
|
|
|
-const isProvinceOrder = ref(true); // 是否需要排除掉人社热点 默认是(宜宾)
|
|
|
+const isProvinceOrder = ref(false); // 是否需要排除掉人社热点 默认否(宜宾)
|
|
|
// 查看工单详情
|
|
|
const getOrderDetail = async (id: string) => {
|
|
|
state.loading = true;
|