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