src/views/other/commonDialog/SelectClientDialog.vue
@@ -82,11 +82,7 @@ return { editVisible: false, title: "", infomation: { name: "", color: "", setDefault: "" } infomation: {} } } } @@ -142,7 +138,7 @@ }, selNameClick(row) { this.editConfig.editVisible = false this.$emit("selClient", row) this.$emit("selClient", row, "client") }, // 时间显示 dateFormat(fmt, date) {