微调
This commit is contained in:
@@ -361,10 +361,10 @@ onMounted(() => {
|
||||
* 计算暂降治理
|
||||
*/
|
||||
function calcSag() {
|
||||
formRef.value.validate(async (valid: any, errorMsg: any) => {
|
||||
formRef.value.validate((valid: any, errorMsg: any) => {
|
||||
if (valid) {
|
||||
//将所有参数传递到后端进行数据计算
|
||||
await calc(form).then(res => {
|
||||
calc(form).then(res => {
|
||||
//先通知父组件打开历史页面
|
||||
emitter.emit('schemeRadio', '评估计算结果')
|
||||
emitter.emit('calcResult', false)
|
||||
|
||||
Reference in New Issue
Block a user