Browse Source

reactor:修复宜宾通话记录错误;

zhangchong 8 giờ trước cách đây
mục cha
commit
8b1ac408e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/todo/seats/accept/lzAccept.vue

+ 1 - 1
src/views/todo/seats/accept/lzAccept.vue

@@ -1135,7 +1135,7 @@ const resetForm = () => {
 };
 // 电话进来的来信
 const loadCreatedBy = () => {
-	// resetForm();
+	resetForm();
 	if (route.query.createBy) {
 		//  route.query.createBy  createBy 代表来源  tel:来电弹单  letter:互联网来信 默认表示手动创建
 		state.createBy = route.query.createBy;