Commit 7d8c4305 authored by renjintao's avatar renjintao

aps

parent cc0664ff
...@@ -445,7 +445,6 @@ export default { ...@@ -445,7 +445,6 @@ export default {
arryIds.push(objIds); arryIds.push(objIds);
}); });
parmsOrderpriority.alls = arryIds; parmsOrderpriority.alls = arryIds;
// alert(JSON.stringify(parmsOrderpriority));
Api.orderpriority(parmsOrderpriority) Api.orderpriority(parmsOrderpriority)
.then((res) => { .then((res) => {
if (res.success) { if (res.success) {
...@@ -455,8 +454,6 @@ export default { ...@@ -455,8 +454,6 @@ export default {
Api.apsdatachecked() Api.apsdatachecked()
.then((res1) => { .then((res1) => {
if (res1.success) { if (res1.success) {
// this.result=res1.result;
// this.resultModal=true;
this.checkOk(); this.checkOk();
} else { } else {
// this.circleModal = false; // 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