Commit 8943c759 authored by youjie's avatar youjie

no message

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