Browse Source

修改

master
yangzhou-cyber 3 years ago
parent
commit
40acd49450
9 changed files with 19 additions and 9 deletions
  1. +2
    -1
      src/views/second/coordinationManage/applyCooperation/basicTarget.vue
  2. +2
    -1
      src/views/second/coordinationManage/applyCooperation/constraint.vue
  3. +2
    -1
      src/views/second/coordinationManage/applyCooperation/reward.vue
  4. +2
    -1
      src/views/second/coordinationManage/approvalCooperation/basicTarget.vue
  5. +2
    -1
      src/views/second/coordinationManage/approvalCooperation/constraint.vue
  6. +2
    -1
      src/views/second/coordinationManage/approvalCooperation/reward.vue
  7. +3
    -1
      src/views/second/taskSummary/basicTable.vue
  8. +2
    -1
      src/views/second/taskSummary/constraint.vue
  9. +2
    -1
      src/views/second/taskSummary/reward.vue

+ 2
- 1
src/views/second/coordinationManage/applyCooperation/basicTarget.vue View File

@@ -204,7 +204,8 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

+ 2
- 1
src/views/second/coordinationManage/applyCooperation/constraint.vue View File

@@ -196,7 +196,8 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

+ 2
- 1
src/views/second/coordinationManage/applyCooperation/reward.vue View File

@@ -203,7 +203,8 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

+ 2
- 1
src/views/second/coordinationManage/approvalCooperation/basicTarget.vue View File

@@ -217,7 +217,8 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

+ 2
- 1
src/views/second/coordinationManage/approvalCooperation/constraint.vue View File

@@ -210,7 +210,8 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

+ 2
- 1
src/views/second/coordinationManage/approvalCooperation/reward.vue View File

@@ -217,7 +217,8 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

+ 3
- 1
src/views/second/taskSummary/basicTable.vue View File

@@ -422,7 +422,9 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
// window.location.href=res.data.data;
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

+ 2
- 1
src/views/second/taskSummary/constraint.vue View File

@@ -416,7 +416,8 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

+ 2
- 1
src/views/second/taskSummary/reward.vue View File

@@ -423,7 +423,8 @@ export default {
)
.then((res) => {
if (res.data.code == 0) {
window.open(res.data.data);
// window.open(res.data.data);
window.location.href=res.data.data
this.$message({
type: "success",
message: "导出成功",

Loading…
Cancel
Save