From 88cd1b9c862df00e7782084c641e37e7e930ec31 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 05 六月 2025 10:45:05 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/tasklist/index.vue | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue index 9357c77..3a1d415 100644 --- a/src/views/followvisit/tasklist/index.vue +++ b/src/views/followvisit/tasklist/index.vue @@ -944,6 +944,17 @@ this.TaskOperation.taskType = this.topqueryParams.type; this.TaskOperation.sendState = 2; this.TaskOperation.sendType = 2; + this.$modal.confirm({ + title: '纭鎿嶄綔', + text: '浣犵‘瀹氳鎵ц杩欎釜鎿嶄綔鍚楋紵', + showCancelButton: true, + confirmButtonText: '纭畾', + cancelButtonText: '鍙栨秷' + }).then((result) => { + if (result.value) { + console.log('鐢ㄦ埛鐐瑰嚮浜嗙‘瀹氭寜閽�'); + } + }); this.$modal .confirm( '褰撳墠閫変腑浠诲姟鍚嶇О涓�"' + -- Gitblit v1.9.3