Selaa lähdekoodia

修改

master
yangzhou-cyber 3 vuotta sitten
vanhempi
commit
40acd49450
9 muutettua tiedostoa jossa 19 lisäystä ja 9 poistoa
  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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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…
Peruuta
Tallenna