From f7aa204aa8d20b090d7943969ddeb9871a1fad76 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 12 九月 2024 17:28:06 +0800 Subject: [PATCH] - --- src/pages/company/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/pages/company/index.vue b/src/pages/company/index.vue index eb0c0ad..fbea0c9 100644 --- a/src/pages/company/index.vue +++ b/src/pages/company/index.vue @@ -153,10 +153,11 @@ obj.workCount = item.workCount } item.isLoading = true + console.log(item.isShenPiName,'item.isShenPiName鈥�'); this.$api.saveDakaDetailCompany(obj).then(res => { if (res.code == 1) { this.$util.showToast({ - title: '纭鎴愬姛锛�', + title: item.isShenPiName=='宸茬粨绠�'?'淇敼鎴愬姛锛�':'纭鎴愬姛锛�', icon: 'success' }) this.PostMyComDakaListPage(); -- Gitblit v1.9.1