소스 검색

修改

master
yangzhou-cyber 3 년 전
부모
커밋
40acd49450
9개의 변경된 파일19개의 추가작업 그리고 9개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장