xwt
2025-07-01 2884be21228fb6b9ed801d732813e8df507cae23
pages/QC/LLJ/Add.vue
@@ -455,7 +455,7 @@
                        console.log("完整的提交数据:", this.QcIssueResultDetailes);
                        const url = this.$store.state.serverInfo.serverAPI+`/QcIssueResult/GetProcessNo`;
                        // 发送 POST 请求
                        if (this.PSTYPE === '特采/让步使用') {// 发送 POST 请求
                        uni.request({
                           url: url, // 请求地址
                           method: 'POST', // 请求方法
@@ -487,7 +487,7 @@
                              });
                           }
                        });
                     }
                        uni.showToast({
                           title: res.message.toString(),
                           icon: 'success',