Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -240,7 +240,7 @@ function openNoticePanel() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function goToHelpCenter() {
|
function goToHelpCenter() {
|
||||||
router.push({name: 'HelpCenter'});
|
window.open(window.location.origin + '/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/dist/pages/520e67/index.html', '_blank');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -379,7 +379,7 @@ const rules = ref({
|
|||||||
],
|
],
|
||||||
busNoParent: [
|
busNoParent: [
|
||||||
{
|
{
|
||||||
required: form.formEnum != 4,
|
required: true,
|
||||||
message: '请选择上级' + type.value,
|
message: '请选择上级' + type.value,
|
||||||
trigger: 'blur',
|
trigger: 'blur',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user