ap-dev 1.1.41 → 1.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -97,7 +97,18 @@
|
|
|
97
97
|
<api-code>
|
|
98
98
|
{type: 'HTTP', url:'http://172.22.1.131:8080/mes/taskApi/test', method: 'POST', params:{id: 'HTTP123'}}
|
|
99
99
|
</api-code>
|
|
100
|
-
|
|
100
|
+
</api-content>
|
|
101
|
+
<br>
|
|
102
|
+
<api-tittle-2>七、手动调用调度计划</api-tittle-2>
|
|
103
|
+
<api-content>
|
|
104
|
+
<api-code>
|
|
105
|
+
this.$request({ <br>
|
|
106
|
+
url: "/apt/sys/TSysTaskPlan/doTaskByCode", <br>
|
|
107
|
+
method: "post", <br>
|
|
108
|
+
data: {code: "XXX"}, // 调度计划编码 <br>
|
|
109
|
+
}).then((response) => { <br>
|
|
110
|
+
})
|
|
111
|
+
</api-code>
|
|
101
112
|
</api-content>
|
|
102
113
|
</div>
|
|
103
114
|
</template>
|