Explorar o código

前端bug修改

xiewd hai 1 semana
pai
achega
b634b9fa74

+ 1 - 1
ruoyi-ui-vue2/src/views/crmManagement/paramRelatedCase/secondaryPage.vue

@@ -711,7 +711,7 @@ export default {
     },
     handleOptionClear(row) {
       this.$set(this.$refs.relatedAction.records[row.index], 'valueOptions', []);
-      this.$set(this.$refs.relatedAction.records[row.index], 'value', []);
+      this.$set(this.$refs.relatedAction.records[row.index], 'value', "");
       if (this.editor) {
         this.editor.setValue("");
         this.editor.clearHistory();