yangfeng
2023-10-16 ea008989d2864f773ae0329fcd677442dbbb8ea5
bug修复(5215)
1个文件已修改
2 ■■■ 已修改文件
src/views/service/serviceFollowup/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/service/serviceFollowup/index.vue
@@ -238,7 +238,7 @@
    addBtnClick() {
      this.editConfig.visible = true
      this.editConfig.title = "新建"
      this.editConfig.infomation = { ...this.addConfig, client_name: "", contact_name: "", service_number: "" }
      this.editConfig.infomation = { ...this.addConfig, client_name: "", contact_name: "" }
    },
    // 编辑
    handleClick(row) {