shish 5 年 前
コミット
c44a95d294
2 ファイル変更2 行追加2 行削除
  1. 1 1
      hdApp/src/admin/home/order.vue
  2. 1 1
      hdApp/src/admin/order/detail.vue

+ 1 - 1
hdApp/src/admin/home/order.vue

@@ -286,7 +286,7 @@ export default {
       if (e.index === 0) {
       if (e.index === 0) {
         this.modalCancel();
         this.modalCancel();
       } else {
       } else {
-        this.$set(this.list.data[this.operateIndex], "status", 5);
+        this.$set(this.list.data[this.operateIndex], "status", 4);
         this.$set(this.list.data[this.operateIndex], "sendType", 1);
         this.$set(this.list.data[this.operateIndex], "sendType", 1);
         freeShipping({ id: this.list.data[this.operateIndex].id }).then(res => {
         freeShipping({ id: this.list.data[this.operateIndex].id }).then(res => {
           this.$msg("操作成功!");
           this.$msg("操作成功!");

+ 1 - 1
hdApp/src/admin/order/detail.vue

@@ -257,7 +257,7 @@ export default {
       if (e.index === 0) {
       if (e.index === 0) {
         this.modalCancel();
         this.modalCancel();
       } else {
       } else {
-        this.data.status = 5;
+        this.data.status = 4;
         this.data.sendType = 1;
         this.data.sendType = 1;
         freeShipping({ id: this.data.id }).then(res => {
         freeShipping({ id: this.data.id }).then(res => {
           this.$msg("操作成功!");
           this.$msg("操作成功!");