Hua 6 天之前
父節點
當前提交
d92e6cd13b
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/views/InspectDC/history.vue
  2. 2 2
      src/views/Problem/detail/indexDc.vue

+ 1 - 1
src/views/InspectDC/history.vue

@@ -75,7 +75,7 @@ function getInspBase(value, level = 1) {
         value: item.plnaId,
       };
     });
-
+    
     baseBatch.value =
       baseBatchs.value.length > 0 ? baseBatchs.value[0].value : null;
     return;

+ 2 - 2
src/views/Problem/detail/indexDc.vue

@@ -265,10 +265,10 @@ async function save(){
             jumpPage(`/InspectDC/${par.parObj.planId}/object/${par.parObj.objId}/problems`, {
               object: JSON.stringify(par.parObj),
             })
-            fileList.value = []
+            // fileList.value = []
         }
     });
-    getDe();
+    // getDe();
 }
 watch(() => tacObjPblmstb.value.inspPblmsName, (newVal, oldVal) => {
     if (newVal !== oldVal) {