|
@@ -139,7 +139,7 @@ export default {
|
|
tabName: "",
|
|
tabName: "",
|
|
},
|
|
},
|
|
task: {
|
|
task: {
|
|
- sts: 0,
|
|
|
|
|
|
+ sts: 1,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
hangIndex: "",
|
|
hangIndex: "",
|
|
@@ -331,6 +331,7 @@ export default {
|
|
},
|
|
},
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
if (res.data.result == 0) {
|
|
if (res.data.result == 0) {
|
|
|
|
+ console.log(res.data.body);
|
|
this.dataBody = res.data.body;
|
|
this.dataBody = res.data.body;
|
|
} else {
|
|
} else {
|
|
this.$message({
|
|
this.$message({
|