Commit fe189331 authored by youjie's avatar youjie

no message

parent 36a6ff87
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
Id: item.Id Id: item.Id
} }
this.$q.dialog({ this.$q.dialog({
title: '将删除此币种', title: '将删除此金蝶币种',
message: '是否继续?', message: '是否继续?',
cancel: true, cancel: true,
persistent: true, persistent: true,
...@@ -296,6 +296,7 @@ ...@@ -296,6 +296,7 @@
}, },
resetForm(formName) { //弹出框取消 初始化谈框内表单 resetForm(formName) { //弹出框取消 初始化谈框内表单
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
this.cancelEdit()
}, },
cancelEdit(t) { // 取消修改、新增 cancelEdit(t) { // 取消修改、新增
this.addMsg = { this.addMsg = {
...@@ -325,11 +326,11 @@ ...@@ -325,11 +326,11 @@
clickEdit(item) { clickEdit(item) {
this.addShow = false this.addShow = false
if(item){ if(item){
this.text = '编辑币种' this.text = '编辑金蝶币种'
console.log(item) console.log(item)
this.addMsg = JSON.parse(JSON.stringify(item)) this.addMsg = JSON.parse(JSON.stringify(item))
}else{ }else{
this.text = '新增币种' this.text = '新增金蝶币种'
} }
this.addShow = true this.addShow = true
}, },
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment