|
|
@ -598,12 +598,14 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 刷新表单
|
|
|
|
// 刷新表单
|
|
|
|
this.resetForm();
|
|
|
|
this.resetForm();
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
this.formLoading = false;
|
|
|
|
this.formLoading = false;
|
|
|
|
|
|
|
|
this.$refs["dataForm"].resetFields();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|