Prechádzať zdrojové kódy

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

sunlupeng 1 rok pred
rodič
commit
fc4aceb372

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