关键词回显bug

This commit is contained in:
yuekuo
2023-04-21 14:31:53 +08:00
parent ae149c6a32
commit 3436947c6b
+1
View File
@@ -823,6 +823,7 @@ export default {
this.reportF = rowData;
// this.reportF.tags=JSON.parse(rowData.keyContent)
this.tags=JSON.parse(rowData.keyContent)
if(this.tags == '') this.tags =[]
this.$forceUpdate()
this.dialogReport = true;
},