瀏覽代碼

前端bug修改

xiewd 1 周之前
父節點
當前提交
b634b9fa74
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-ui-vue2/src/views/crmManagement/paramRelatedCase/secondaryPage.vue

+ 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();