Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
hyx
2023-10-30 16:41:51 +08:00
8 changed files with 44 additions and 37 deletions

View File

@@ -791,10 +791,10 @@ export default {
})
return
}
/* if (route === this.route) {
if (route === this.route) {
this.refresh()
return
} */
}
if (route) {
this.$router.push({
path: route,

View File

@@ -59,7 +59,7 @@
<el-option
v-for="item in eventTypeList"
:key="item.value"
:label="$t(item.label)"
:label="item.label"
:value="item.value"
/>
</el-select>

View File

@@ -750,7 +750,6 @@ export default {
},
tableData: {
handler (n) {
console.info(n)
if (this.tableData && this.tableData.length > 0) {
this.aiTaggingList = []
this.websketchList = []