Fixiaobai
2023-09-19 e5b9da3aee25769bc19a7982a7a8fc5886a56f15
src/components/view/Processingproducts.vue
@@ -284,6 +284,7 @@
        })
        .then(res => {
          this.updateEditList = res.data;
          this.getDetailInfo();
        });
    },
    // 点击编辑意见
@@ -326,6 +327,7 @@
        .then(res => {
          console.log(`output->res`, res);
          this.dialogVisible = false;
          this.getDetailInfo();
        });
    }
  },