lu
2025-04-10 769b5a6f9c67bab1982f935b54dc0f26e7606972
DevApp/Gs.DevApp/DevFrm/FQC/MesFqcExceptional.cs
@@ -2,7 +2,6 @@
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Data;
@@ -137,7 +136,6 @@
        }
        /// <summary>
        /// 
        /// </summary>
@@ -184,6 +182,13 @@
        }
        private void getModel(string strGuid)
        {
            ucUpFileList1.parentGroup = "问题图片";
            ucUpFileList1.pGuid= strGuid;
            ucUpFileList1.getFileList();
            ucUpFileList2.parentGroup = "改善图片";
            ucUpFileList2.pGuid = strGuid;
            ucUpFileList2.getFileList();
        //    bool isEdit = false;
        //    if (toolBarMenu1.currentAction == "add") return;
        //    if (toolBarMenu1.currentAction == "edit") isEdit = true;