From 6e7865b1f1c3d310019987f52d7e145cde691942 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期五, 19 五月 2023 11:16:23 +0800 Subject: [PATCH] 细节调整 --- igds-app/js/admin/inout-in-handle-list.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/igds-app/js/admin/inout-in-handle-list.js b/igds-app/js/admin/inout-in-handle-list.js index ffbe204..669873a 100644 --- a/igds-app/js/admin/inout-in-handle-list.js +++ b/igds-app/js/admin/inout-in-handle-list.js @@ -55,6 +55,7 @@ if (result.code == "0000") { inHandleData = result.data; renderData(); + mui.toast(result.msg); } else { renderData(); mui.toast(result.msg); @@ -163,7 +164,7 @@ picker.show(function(SelectedItem) { console.log(JSON.stringify(SelectedItem)); //鐜板満鍊间粨 - if(SelectedItem.value == 'photo'){ + if(SelectedItem[0].value == 'photo'){ mui.openWindow({ url: "inout-in-handle.html", id: "inout-in-handle", -- Gitblit v1.9.3