@@ -29,7 +29,7 @@ const baseUrl = reactive({
const formData = ref({
id: '',
- checkStatus: 2
+ checkStatus: 3
});
const formatData = (data) => {
@@ -49,4 +49,4 @@ function handleOpen(id) {
}
defineExpose({ handleOpen });
-</script>
+</script>