|
@@ -25,7 +25,7 @@
|
|
<div class="borderimg"><el-button @click="dialogVisible = false">取消</el-button></div>
|
|
<div class="borderimg"><el-button @click="dialogVisible = false">取消</el-button></div>
|
|
</div>
|
|
</div>
|
|
<div class="footerbtn">
|
|
<div class="footerbtn">
|
|
- <div class="borderimg"><el-button @click="classclick();dialogVisible= false;">
|
|
|
|
|
|
+ <div class="borderimg"><el-button @click="classclick(); dialogVisible= false;">
|
|
确定
|
|
确定
|
|
</el-button></div>
|
|
</el-button></div>
|
|
</div>
|
|
</div>
|
|
@@ -365,7 +365,7 @@ let firesid = ref("");
|
|
const currentPage4 = ref(1);
|
|
const currentPage4 = ref(1);
|
|
const pageSize4 = ref(3)
|
|
const pageSize4 = ref(3)
|
|
let total = ref(1);
|
|
let total = ref(1);
|
|
-const dialogVisible = ref(false);
|
|
|
|
|
|
+const dialogVisible = ref(true);
|
|
const classradio = ref();
|
|
const classradio = ref();
|
|
let classradio1 = ref('Fire');
|
|
let classradio1 = ref('Fire');
|
|
const leftcoll = ref({
|
|
const leftcoll = ref({
|
|
@@ -478,10 +478,13 @@ const handleCurrentChange = ({ row, rowIndex }) => {
|
|
|
|
|
|
// 类型选择
|
|
// 类型选择
|
|
const classclick = () => {
|
|
const classclick = () => {
|
|
|
|
+
|
|
|
|
+ console.log( dialogVisible.value);
|
|
dialog.value.dialogVisible_fire = true;
|
|
dialog.value.dialogVisible_fire = true;
|
|
classradio.value = classradio1.value;
|
|
classradio.value = classradio1.value;
|
|
props.addselect();
|
|
props.addselect();
|
|
getdata();
|
|
getdata();
|
|
|
|
+
|
|
}
|
|
}
|
|
// 事故确定列表
|
|
// 事故确定列表
|
|
const accident = () => {
|
|
const accident = () => {
|
|
@@ -834,7 +837,7 @@ onBeforeUnmount(() => {
|
|
});
|
|
});
|
|
|
|
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
- dialogVisible.value=true;
|
|
|
|
|
|
+ // dialogVisible.value=true;
|
|
});
|
|
});
|
|
|
|
|
|
defineExpose({ monitor, accident2, leftcoll, classradio, aid, dialogVisible });
|
|
defineExpose({ monitor, accident2, leftcoll, classradio, aid, dialogVisible });
|