|
@@ -1472,8 +1472,7 @@ export default {
|
|
|
const url = "/report/sendemail";
|
|
const url = "/report/sendemail";
|
|
|
request(url, {
|
|
request(url, {
|
|
|
taskId: this.currentItem?.id,
|
|
taskId: this.currentItem?.id,
|
|
|
- // emailAddress: email + "@999.com.cn",
|
|
|
|
|
- emailAddress: "hezhijie@dotouch.tech",
|
|
|
|
|
|
|
+ emailAddress: email + "@999.com.cn",
|
|
|
path: "reportExport/index.vue",
|
|
path: "reportExport/index.vue",
|
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|