diff --git a/README.md b/README.md
index 0dce193f..746a7dbb 100644
--- a/README.md
+++ b/README.md
@@ -197,7 +197,7 @@ code: {
5、表格内插槽 禁止用span 包裹,用template 或者div
```html
-
+
{{ $t('edit') }}
-
+
1 && ((that.ipagination.current - 1) * that.ipagination.pageSize) + 1 === that.ipagination.total) {
that.ipagination.current -= 1
}
- this.$emit('refresh')
+ that.$emit('refresh')
that.loadData()
} else {
that.$message.warning(res.message)
diff --git a/src/views/system/tags/modules/StandardDrawer.vue b/src/views/system/tags/modules/StandardDrawer.vue
index 16ca510e..1f7351a3 100644
--- a/src/views/system/tags/modules/StandardDrawer.vue
+++ b/src/views/system/tags/modules/StandardDrawer.vue
@@ -402,7 +402,7 @@ export default {
},
// 获取展示区域下拉框数据
getShowAreaData () {
- getShowAreaData({ type: this.type }).then(res => {
+ getShowAreaData({ isModel: this.type }).then(res => {
if (res.success) {
this.areaOptions = res.result || []
}
diff --git a/src/views/system/tags/modules/TagContentDictItemModal.vue b/src/views/system/tags/modules/TagContentDictItemModal.vue
index ea037cb7..9d9f2edd 100644
--- a/src/views/system/tags/modules/TagContentDictItemModal.vue
+++ b/src/views/system/tags/modules/TagContentDictItemModal.vue
@@ -226,7 +226,7 @@ export default {
},
getAllTree () {
// TODO 获取所有的树形结构
- getAction(`sys/category/childList`, {
+ getAction(`sys/dictItem/treeList`, {
sysDictId: this.dictId,
isTagDict: 1
}).then(res => {
diff --git a/src/views/system/tags/modules/TagContentDictListDrawer.vue b/src/views/system/tags/modules/TagContentDictListDrawer.vue
index 324e52e6..c25ef11f 100644
--- a/src/views/system/tags/modules/TagContentDictListDrawer.vue
+++ b/src/views/system/tags/modules/TagContentDictListDrawer.vue
@@ -43,6 +43,7 @@
diff --git a/src/views/system/tags/modules/TagContentModal.vue b/src/views/system/tags/modules/TagContentModal.vue
index c33a07a9..c58db620 100644
--- a/src/views/system/tags/modules/TagContentModal.vue
+++ b/src/views/system/tags/modules/TagContentModal.vue
@@ -27,7 +27,6 @@
:placeholder="$t('pleaseSelect') + $t('system.tag.labelType')"/>
- {{model.orderNum}}