Browse Source

更新状态

qukaidi 4 năm trước cách đây
mục cha
commit
0efac6ef49
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/track/cabinet/AddOrUpdate.vue

+ 1 - 0
src/views/track/cabinet/AddOrUpdate.vue

@@ -1771,6 +1771,7 @@ export default {
           formData.append("operationType", butType);
           insertDriverFtmsorderbillscars(formData).then((response) => {
             if (response.code == 200) {
+              this.$set(this.form, "orderStatus", response.data.orderStatus);
               this.msgSuccess("提交成功");
               this.$parent.getList();
             }