fix : 隧道模拟功能初步完成
This commit is contained in:
@@ -209,8 +209,15 @@ const submitDevice = () => {
|
|||||||
getScreenInfo(previewId, true);
|
getScreenInfo(previewId, true);
|
||||||
|
|
||||||
};
|
};
|
||||||
const simulatedBlasting = async () => {
|
const simulatedBlasting = () => {
|
||||||
await blastingSimulation(previewId, 10);
|
ElMessageBox.confirm(`是否确定模拟爆破`, '系统提示', {
|
||||||
|
confirmButtonText: '确定',
|
||||||
|
cancelButtonText: '取消',
|
||||||
|
type: 'warning',
|
||||||
|
customClass: 'delBox'
|
||||||
|
}).then(() => {
|
||||||
|
blastingSimulation(previewId, 10);
|
||||||
|
})
|
||||||
};
|
};
|
||||||
const endSimulate = async () => {
|
const endSimulate = async () => {
|
||||||
isStartSimulate.value = true;
|
isStartSimulate.value = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user