liu 6 年之前
父節點
當前提交
034b44272c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      hksystem/src/views/housekeeper/edit.vue
  2. 1
    1
      hksystem/src/views/matron/edit.vue

+ 1
- 1
hksystem/src/views/housekeeper/edit.vue 查看文件

@@ -52,7 +52,7 @@ export default {
52 52
     },
53 53
     methods: {
54 54
         submit() {
55
-            this.axios.post("/option_orders/price", {
55
+            this.axios.post("/option_order/price", {
56 56
                 id: this.id,
57 57
                 price: this.price
58 58
             }).then((res) => {

+ 1
- 1
hksystem/src/views/matron/edit.vue 查看文件

@@ -52,7 +52,7 @@ export default {
52 52
     },
53 53
     methods: {
54 54
         submit() {
55
-            this.axios.post("/maternity_matron_orders/price", {
55
+            this.axios.post("/maternity_matron_order/price", {
56 56
                 id: this.id,
57 57
                 price: this.price
58 58
             }).then((res) => {

Loading…
取消
儲存