| src/subPackages/workDetail/addWork/index.vue | ●●●●● patch | view | raw | blame | history |
src/subPackages/workDetail/addWork/index.vue
@@ -1,8 +1,19 @@ <!-- 新建工单 --> <template> <view> 基础 </view> <view > <WebViewPlus ref="sWebViewRef" :src="`${viewUrl}`" /> </view> </template> <script setup></script> <script setup> import {getWebViewUrl} from "@/utils/index.js"; import WebViewPlus from "@/components/WebViewPlus.vue"; const sWebViewRef = ref(null); const viewUrl = getWebViewUrl('/addWork') <style lang="scss" scoped></style> </script> <style scoped lang="scss"> </style>