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) {