找专家
This commit is contained in:
@ -92,6 +92,10 @@ function submitForm() {
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.el-form {
|
||||
padding: 15px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.el-form-item {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
@ -112,9 +112,8 @@ watch(
|
||||
pagePath.value = newVal;
|
||||
}
|
||||
);
|
||||
onMounted(() => {
|
||||
pagePath.value = route.path;
|
||||
});
|
||||
pagePath.value = route.path;
|
||||
|
||||
function handlePath(path) {
|
||||
pagePath.value = path;
|
||||
router.push(path);
|
||||
|
Reference in New Issue
Block a user