|
@@ -1,7 +1,7 @@
|
|
<script setup>
|
|
<script setup>
|
|
import { setPauseReport } from "@/api/modules/reportupdateApi.js";
|
|
import { setPauseReport } from "@/api/modules/reportupdateApi.js";
|
|
import { ElMessage } from "element-plus";
|
|
import { ElMessage } from "element-plus";
|
|
-import { watch } from "vue";
|
|
|
|
|
|
+import { watch,ref } from "vue";
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
isOpenDialog: {
|
|
isOpenDialog: {
|