Browse Source

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

sunlupeng 1 year ago
parent
commit
fc4aceb372
1 changed files with 1 additions and 0 deletions
  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();
             });
         },