|
|
@@ -136,7 +136,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { listCollectionSchedule, getCollectionSchedule, delCollectionSchedule, addCollectionSchedule, updateCollectionSchedule, exportCollectionSchedule,getCollectionScheduleSteps,endProcess } from "@/api/qw/collectionSchedule";
|
|
|
+import { listCollectionSchedule, addCollectionSchedule, updateCollectionSchedule, exportCollectionSchedule,getCollectionScheduleSteps,stop } from "@/api/qw/collectionSchedule";
|
|
|
|
|
|
export default {
|
|
|
name: "CollectionSchedule",
|
|
|
@@ -278,7 +278,7 @@ export default {
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
- endProcess({ id, collectionId, remark }).then(response => {
|
|
|
+ stop({ id, collectionId, remark }).then(response => {
|
|
|
this.msgSuccess("终止成功");
|
|
|
this.endProcessVisible = false;
|
|
|
this.getList();
|