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