From e88ce332ed5cc070c9d5da0afb0b8ae0b86b4c31 Mon Sep 17 00:00:00 2001 From: yangzhq68909 <993367776@qq.com> Date: Mon, 14 Oct 2024 15:46:55 +0800 Subject: [PATCH] 1 --- bpm/leaveApplication/index.vue | 1 - pages/task/handle.vue | 2 +- unpackage/dist/dev/app-plus/app-service.js | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bpm/leaveApplication/index.vue b/bpm/leaveApplication/index.vue index 28b9626..0c0fbdc 100644 --- a/bpm/leaveApplication/index.vue +++ b/bpm/leaveApplication/index.vue @@ -151,7 +151,6 @@ url: imgUrl(path) }; }); - console.log('---',imageValue.value) } }) diff --git a/pages/task/handle.vue b/pages/task/handle.vue index 9baf6d4..2b95d4f 100644 --- a/pages/task/handle.vue +++ b/pages/task/handle.vue @@ -107,7 +107,7 @@ proxy } = getCurrentInstance() const popup = ref(null) - const reason = ref('') + const reason = ref('同意') /**拒绝(1)||同意(2)*/ const status = ref(null) const openpop = (val) => { diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js index aa73af6..9c1899c 100644 --- a/unpackage/dist/dev/app-plus/app-service.js +++ b/unpackage/dist/dev/app-plus/app-service.js @@ -8874,7 +8874,7 @@ This will fail in production.`); proxy } = vue.getCurrentInstance(); const popup = vue.ref(null); - const reason = vue.ref(""); + const reason = vue.ref("同意"); const status = vue.ref(null); const openpop = (val) => { status.value = val; @@ -19090,7 +19090,6 @@ ${i3} url: imgUrl(path) }; }); - formatAppLog("log", "at bpm/leaveApplication/index.vue:154", "---", imageValue.value); } }); };