chenrui преди 2 години
родител
ревизия
cc970b00dc
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/views/productManagement/productInfoJg/editPriceModal.vue

+ 0 - 4
src/views/productManagement/productInfoJg/editPriceModal.vue

@@ -95,9 +95,6 @@ export default {
           _this.form = objInfo
         }
       })
-    },
-    cancel () {
-
     },
     //  保存
     handleSubmit (e) {
@@ -124,7 +121,6 @@ export default {
     //  父页面传过来的弹框状态
     openModal (newValue, oldValue) {
       this.isShow = newValue
-      this.cancel()
     },
     //  重定义的弹框状态
     isShow (newValue, oldValue) {