|
|
@@ -256,7 +256,7 @@ const submitForm = (tabIndex, current, type) => {
|
|
|
if (type === 'finish') {
|
|
|
message.success(t('common.createSuccess'))
|
|
|
delView(unref(currentRoute))
|
|
|
- push({ name: 'IotInspectOrder', params: {} })
|
|
|
+ //push({ name: 'IotInspectOrder', params: {} })
|
|
|
}
|
|
|
} catch (error) {
|
|
|
ElMessage.error('提交失败,请检查数据')
|