Commit 782e04de authored by youjie's avatar youjie

no message

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