release-v1.0 #1

Merged
panchichun merged 57 commits from release-v1.0 into main 2024-09-13 17:04:18 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 38c8842f4d - Show all commits

View File

@@ -573,7 +573,7 @@ export default {
this.getDocumentTree();
});
} else {
this.$set(this.docCategoryForm, "type", "user")
this.$set(this.docCategoryForm, "types", "user")
addCategory(this.docCategoryForm).then(response => {
this.$modal.msgSuccess("新增成功");
this.docCategoryOpen = false;

View File

@@ -34,7 +34,7 @@
<el-card class="lrtt">
<div class="rt">
<div class="operate">
<el-button type="primary" @click="setAllMarkedRead">全部标记已读</el-button>
<el-button type="primary" v-if="tableList && tableList.length > 0" @click="setAllMarkedRead">全部标记已读</el-button>
</div><!--operate 操作按钮-->
<el-table v-loading="loading" :data="tableList">
<el-table-column type="index" label="序号" width="50" />