Commit fe189331 authored by youjie's avatar youjie

no message

parent 36a6ff87
......@@ -224,7 +224,7 @@
Id: item.Id
}
this.$q.dialog({
title: '将删除此币种',
title: '将删除此金蝶币种',
message: '是否继续?',
cancel: true,
persistent: true,
......@@ -296,6 +296,7 @@
},
resetForm(formName) { //弹出框取消 初始化谈框内表单
this.$refs[formName].resetFields();
this.cancelEdit()
},
cancelEdit(t) { // 取消修改、新增
this.addMsg = {
......@@ -325,11 +326,11 @@
clickEdit(item) {
this.addShow = false
if(item){
this.text = '编辑币种'
this.text = '编辑金蝶币种'
console.log(item)
this.addMsg = JSON.parse(JSON.stringify(item))
}else{
this.text = '新增币种'
this.text = '新增金蝶币种'
}
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