Browse Source

no message

linwenxin 8 months ago
parent
commit
fafe1cb071

+ 1 - 2
src/views/auxiliaryFittings/shop/components/PurchaseAdjustmentArea.vue

@@ -368,8 +368,7 @@ export default {
       }
     },
     cancelForm() {
-      this.$parent.$refs.pageRef.refreshList()
-      this.$emit('update:isOpen', false)
+      this.$parent.backUpdPage()
     },
     // 提交采购调整单
     submitSheet(purchaseAdjustmentId) {

+ 1 - 2
src/views/auxiliaryFittings/shop/components/PurchaseApplyArea.vue

@@ -326,8 +326,7 @@ export default {
       }
     },
     cancelForm() {
-      this.$parent.getList()
-      this.$emit('update:isOpen', false)
+      this.$parent.backUpdPage()
     },
     submitForm(type) {
       if (this.dataForm.items && this.dataForm.items.length === 0) {

+ 1 - 2
src/views/auxiliaryFittings/shop/components/PurchaseArea.vue

@@ -322,8 +322,7 @@ export default {
       }
     },
     cancelForm() {
-      this.$emit('getList')
-      this.$emit('update:isOpen', false)
+      this.$parent.backUpdPage()
     },
     submitForm(type) {
       if (this.dataForm.items && this.dataForm.items.length === 0) {