|
@@ -290,6 +290,7 @@ export default {
|
|
getDialog() {
|
|
getDialog() {
|
|
if (this.dialogForm.type) {
|
|
if (this.dialogForm.type) {
|
|
this.dialogVisible = true
|
|
this.dialogVisible = true
|
|
|
|
+ this.ids = []
|
|
this.getPage()
|
|
this.getPage()
|
|
} else {
|
|
} else {
|
|
this.$message.error('请选择三级标签再新增内容!')
|
|
this.$message.error('请选择三级标签再新增内容!')
|