src/views/system/dictManger/index.vue
@@ -271,6 +271,7 @@ function submitForm() { proxy.$refs["dictRef"].validate(valid => { if (valid) { form.value.isSystem = 0 if (form.value.dictId != undefined) { updateType(form.value).then(response => { proxy.$modal.msgSuccess("修改成功");