| | |
| | | using Gs.DevApp.ToolBox; |
| | | using Gs.DevApp.UserControl; |
| | | using Newtonsoft.Json; |
| | | using Newtonsoft.Json.Linq; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | |
| | | } |
| | | 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; |