From c7ba1ce89a2a552eee9b5edadc9a302d8aafb05b Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 13 六月 2023 15:15:16 +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 3f3b2c0..5dc5649 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