Commit 4d9408f7 authored by youjie's avatar youjie

no message

parent 3fcd6391
...@@ -241,8 +241,18 @@ ...@@ -241,8 +241,18 @@
}, },
methods: { methods: {
clickTitle(item) { clickTitle(item) {
this.titleType = item.Id this.titleType = item.Id
this.msg.Type = this.titleType this.msg.Type = this.titleType
this.addShow = false
this.addMsg = {
Id: 0,
Type:this.titleType,
TargetId: '',
TargetName: '',
ItemCode:'',
ItemName: '',
}
this.getList() this.getList()
}, },
DeleteClick(item){ DeleteClick(item){
......
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