Commit 8943c759 authored by youjie's avatar youjie

no message

parent a31a3354
......@@ -1142,15 +1142,15 @@ export default {
methods: {
close(){
this.isShowCorrelation = false
this.CorrelationObj.TypeNum=null
this.CorrelationObj.TypeNum = null
this.CorrelationObj.Money = null
},
success(){
this.CorrelationObj.TypeNum=null
this.close()
this.$emit('success')
},
clickCorrelation(item,type){
this.CorrelationObj = item
this.CorrelationObj = JSON.parse(JSON.stringify(item))
if(type==2){
this.CorrelationObj.TypeNum = 4 //编辑总价
}else{
......
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