Commit 782e04de authored by youjie's avatar youjie

no message

parent 39424195
...@@ -382,6 +382,7 @@ ...@@ -382,6 +382,7 @@
this.supplierMsg.Type = this.addMsg.Type this.supplierMsg.Type = this.addMsg.Type
if(this.addMsg.Type!=10){ if(this.addMsg.Type!=10){
this.addMsg.ObjID = null this.addMsg.ObjID = null
this.addMsg.ObjIdStr = ''
}else{ }else{
this.addMsg.ObjID = this.$route.query.id this.addMsg.ObjID = this.$route.query.id
} }
......
...@@ -197,6 +197,7 @@ ...@@ -197,6 +197,7 @@
v-model="addMsg.Type" v-model="addMsg.Type"
:placeholder="$t('fnc.khleixing')" :placeholder="$t('fnc.khleixing')"
class="w135 _border_b_1" class="w135 _border_b_1"
@change="getType"
> >
<el-option <el-option
v-for="item in ClientTypeList" v-for="item in ClientTypeList"
...@@ -567,6 +568,12 @@ export default { ...@@ -567,6 +568,12 @@ export default {
this.changeTitle(); this.changeTitle();
}, },
methods: { methods: {
getType(){
this.supplierList = []
this.addMsg.ObjID = null
this.addMsg.ObjIdStr = ''
this.supplierMsg.Type = this.addMsg.Type
},
getObjName(){ getObjName(){
this.supplierList.filter(x=>{ this.supplierList.filter(x=>{
if(x.ID==this.addMsg.ObjID){ if(x.ID==this.addMsg.ObjID){
...@@ -584,7 +591,6 @@ export default { ...@@ -584,7 +591,6 @@ export default {
} }
}, },
getSupplierGetPageList(){ getSupplierGetPageList(){
if(this.supplierMsg.Type==10) { if(this.supplierMsg.Type==10) {
this.addMsg.ObjID = this.addMsg.CreateBy this.addMsg.ObjID = this.addMsg.CreateBy
return return
......
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