cz 1 年之前
父节点
当前提交
9c935dbca7

+ 1 - 0
src/components/process/EHSD/PurchaseChange.vue

@@ -1635,6 +1635,7 @@ onMounted(() => {
       for (const key in res) {
         formData.data[key] = res[key];
       }
+      remarkEditor.value.changeHtml(formData.data.remark);
       // 回显关联销售合同
       if (route.query && route.query.submitType === "10") {
         getAssociationData(

+ 4 - 2
src/views/process/dealWith/index.vue

@@ -190,8 +190,10 @@ const searchItemSelct = () => {
 onMounted(() => {
   const route = useRoute();
   if (route.query && route.query.type) {
-    sourceList.value.pagination.status = route.query.type;
-    getList();
+    table.value.searchItemSelct(
+      selectConfig.value[1].data[0],
+      selectConfig.value[1]
+    );
   } else {
     searchItemSelct();
   }

+ 1 - 1
src/views/process/processApproval/index.vue

@@ -566,7 +566,7 @@ const skipPage = () => {
   useTagsStore.delVisitedView(router.currentRoute.value);
   if (route.query.processType) {
     router.replace({
-      path: "/oa/1/dealWith",
+      path: "/oa/1/backlog",
     });
   } else {
     ElMessage({