liu 6 yıl önce
ebeveyn
işleme
034b44272c

+ 1
- 1
hksystem/src/views/housekeeper/edit.vue Dosyayı Görüntüle

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

+ 1
- 1
hksystem/src/views/matron/edit.vue Dosyayı Görüntüle

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

Loading…
İptal
Kaydet