Commit 7d8c4305 authored by renjintao's avatar renjintao

aps

parent cc0664ff
......@@ -445,7 +445,6 @@ export default {
arryIds.push(objIds);
});
parmsOrderpriority.alls = arryIds;
// alert(JSON.stringify(parmsOrderpriority));
Api.orderpriority(parmsOrderpriority)
.then((res) => {
if (res.success) {
......@@ -455,8 +454,6 @@ export default {
Api.apsdatachecked()
.then((res1) => {
if (res1.success) {
// this.result=res1.result;
// this.resultModal=true;
this.checkOk();
} else {
// this.circleModal = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment