Sfoglia il codice sorgente

【积分商城】-【员工表彰】人员列表新增人员后继续新增,此时表彰内容没有清空修改

sunlupeng 1 anno fa
parent
commit
fc4aceb372
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/commendManage/commendDataList.vue

+ 1 - 0
src/views/commendManage/commendDataList.vue

@@ -146,6 +146,7 @@ export default {
             this.dialogFormVisible = true;
             this.dialogStatus = "create";
             this.$nextTick(() => {
+                this.$refs.tinymce.setContent("");
                 this.$refs["dataForm"].clearValidate();
             });
         },