|
@@ -323,7 +323,7 @@ export default {
|
|
|
RowTitle(v) {
|
|
|
this.StatusList = v;
|
|
|
console.log(v.actionUrl);
|
|
|
- if (v.procName) {
|
|
|
+ if (v.taskName) {
|
|
|
this.WorkOrderStatus = true;
|
|
|
this.$http({
|
|
|
url: "/market/cwo/queryProcStepByWono",
|
|
@@ -362,7 +362,7 @@ export default {
|
|
|
RowDoneTitle(v) {
|
|
|
this.StatusList = v;
|
|
|
console.log(v.actionUrl);
|
|
|
- if (v.procName) {
|
|
|
+ if (v.taskName) {
|
|
|
this.DoneStatus = true;
|
|
|
this.$http({
|
|
|
url: "/market/cwo/queryProcStepByWono",
|
|
@@ -402,7 +402,7 @@ export default {
|
|
|
RowlaunchTitle(v) {
|
|
|
this.StatusList = v;
|
|
|
console.log(v.actionUrl);
|
|
|
- if (v.procName) {
|
|
|
+ if (v.taskName) {
|
|
|
this.launchStatus = true;
|
|
|
this.$http({
|
|
|
url: "/market/cwo/queryProcStepByWono",
|